mirror of
https://github.com/restic/restic.git
synced 2024-12-24 16:54:00 +00:00
Merge pull request #2029 from j6s/feature.escape-docker-build
Escape subcommand in docker build script
This commit is contained in:
commit
fd95b86894
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
echo "Build binary using golang docker image"
|
echo "Build binary using golang docker image"
|
||||||
docker run --rm -ti \
|
docker run --rm -ti \
|
||||||
-v `pwd`:/go/src/github.com/restic/restic \
|
-v "`pwd`":/go/src/github.com/restic/restic \
|
||||||
-w /go/src/github.com/restic/restic golang:1.8.3-alpine go run build.go
|
-w /go/src/github.com/restic/restic golang:1.8.3-alpine go run build.go
|
||||||
|
|
||||||
echo "Build docker image restic/restic:latest"
|
echo "Build docker image restic/restic:latest"
|
||||||
|
|
Loading…
Reference in a new issue