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

fix build binary permissions

This commit is contained in:
Lee Brown
2019-08-06 14:26:24 -08:00
parent 2d8a205c44
commit 7daac21138
2 changed files with 45 additions and 0 deletions

View File

@ -21,3 +21,4 @@ if [[ $doPush == 1 ]]; then
fi
docker run --rm --entrypoint=cat ${releaseImg} /devops > devops
chmod +x devops