pull/210/head
Michael Brewer 1 year ago
parent 6b1fdbecc4
commit 96367b8657
No known key found for this signature in database
GPG Key ID: D7A137BA1254AFC7

@ -40,7 +40,7 @@ if [ -z "$(ls -A "$CLONE_PATH")" ]; then
# Return the exit code of the last command
exit_code=$?
if [ $exit_code -ne 0 ]; then
exit $exit_code
exit $exit_code
fi
# If BRANCH_NAME is set of a non-blank value, switch to that branch

Loading…
Cancel
Save