trying again
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

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

View File

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