with rebase
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-10-28 22:43:36 +02:00
parent 0e3a5dbaf9
commit ed91cdea5d
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -7,4 +7,6 @@ deploymentrepo="$TMP/deployments"
cd $deploymentrepo
git pull --rebase
git add . && git commit -m "Added release $SERVICE: ${COMMIT_SHA:0:10}" && git pull && git push