Skip to content

Commit

Permalink
build: Update the temp docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Sep 24, 2018
1 parent 66b9e2b commit 48413d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bepdock.sh
Original file line number Diff line number Diff line change
@@ -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
docker run --rm --mount type=bind,source="$(pwd)",target=/hugo -w /hugo -i -t bepsays/ci-goreleaser:1.11-2 /bin/bash

0 comments on commit 48413d7

Please sign in to comment.