Update all dependencies #16
@ -7,6 +7,7 @@ deploymentrepo="$TMP/deployments"
|
||||
|
||||
cd $deploymentrepo
|
||||
|
||||
git pull --rebase
|
||||
|
||||
git add . && git commit -m "Added release $SERVICE: ${COMMIT_SHA:0:10}" && git pull && git push
|
||||
git add . \
|
||||
&& git commit -m "Added release $SERVICE: ${COMMIT_SHA:0:10}" \
|
||||
&& git pull --rebase \
|
||||
&& git push
|
||||
|
Loading…
Reference in New Issue
Block a user