Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-09-24 13:41:12 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-09-24 13:41:12 +0300
commit48413d76f44ecfc9b90f9df63974080f6b285667 (patch)
tree34f0cce4070d0793109dc889b333139f23d5abf7 /bepdock.sh
parent66b9e2bff259a02a5a312369ce3fb49f1fd90b93 (diff)
build: Update the temp docker script
Diffstat (limited to 'bepdock.sh')
-rwxr-xr-xbepdock.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bepdock.sh b/bepdock.sh
index d3c97534c..a7ac0c639 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