From 48413d76f44ecfc9b90f9df63974080f6b285667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 24 Sep 2018 12:41:12 +0200 Subject: [PATCH] build: Update the temp docker script --- bepdock.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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