1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Add temporary build script

This commit is contained in:
Bjørn Erik Pedersen
2018-07-08 16:08:22 +02:00
parent ce84b524f4
commit bfc3488b8e

2
bepdock.sh Executable file
View File

@ -0,0 +1,2 @@
# 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