Skip to content

Commit

Permalink
fix: drop quotes around GIT_PUSH_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Dec 8, 2020
1 parent b6bf6ee commit 1ab235a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/dokku-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ if [ -n "$REVIEW_APP_NAME" ] && [ "$app_name" != "$REVIEW_APP_NAME" ]; then
GIT_REMOTE_URL="${GIT_REMOTE_URL%"/$app_name"}/${REVIEW_APP_NAME}"
fi

git push "$GIT_PUSH_FLAGS" "$GIT_REMOTE_URL" "$commit_sha:refs/heads/$BRANCH"
# shellcheck disable=SC2086
git push $GIT_PUSH_FLAGS "$GIT_REMOTE_URL" "$commit_sha:refs/heads/$BRANCH"

0 comments on commit 1ab235a

Please sign in to comment.