1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-15 00:15:15 +02:00

resolve build permisison errors for devops

This commit is contained in:
Lee Brown
2019-08-06 14:14:37 -08:00
parent 3cb4a87f9c
commit 2d8a205c44
2 changed files with 4 additions and 7 deletions

View File

@ -20,7 +20,4 @@ if [[ $doPush == 1 ]]; then
docker push ${releaseImg}
fi
binPath=$GOROOT/bin/devops
echo "installing to: ${binPath}"
docker run --rm --entrypoint=cat ${releaseImg} /devops > $binPath
docker run --rm --entrypoint=cat ${releaseImg} /devops > devops