You've already forked golang-saas-starter-kit
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:
@ -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
|
||||
|
Reference in New Issue
Block a user