From: Bjørn Erik Pedersen Date: Sun, 8 Jul 2018 14:08:22 +0000 (+0200) Subject: Add temporary build script X-Git-Tag: v0.43~15 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bfc3488b8e8b3dc1ffc6a339ee2dac8dcbdb55a9;p=brevno-suite%2Fhugo Add temporary build script --- diff --git a/bepdock.sh b/bepdock.sh new file mode 100755 index 00000000..d3c97534 --- /dev/null +++ b/bepdock.sh @@ -0,0 +1,2 @@ +# Temp script used to test new builds. + docker run --rm --mount type=bind,source="$(pwd)",target=/go/src/github.com/gohugoio/hugo -w /go/src/github.com/gohugoio/hugo -i -t bepsays/ci-goreleaser:latest /bin/bash \ No newline at end of file