From: Bjørn Erik Pedersen Date: Mon, 24 Sep 2018 10:41:12 +0000 (+0200) Subject: build: Update the temp docker script X-Git-Tag: v0.50~96 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=48413d76f;p=brevno-suite%2Fhugo build: Update the temp docker script --- diff --git a/bepdock.sh b/bepdock.sh index d3c97534..a7ac0c63 100755 --- a/bepdock.sh +++ b/bepdock.sh @@ -1,2 +1 @@ -# 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 +docker run --rm --mount type=bind,source="$(pwd)",target=/hugo -w /hugo -i -t bepsays/ci-goreleaser:1.11-2 /bin/bash \ No newline at end of file