ref: 48413d76f44ecfc9b90f9df63974080f6b285667
parent: 66b9e2bff259a02a5a312369ce3fb49f1fd90b93
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Sep 24 08:41:12 EDT 2018
build: Update the temp docker script
--- a/bepdock.sh
+++ b/bepdock.sh
@@ -1,2 +1,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