Skip to content

Commit

Permalink
[semver:patch] Fix setting variables in bash (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
a14m authored Aug 14, 2020
1 parent 99d98f2 commit 253e0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/deploy-via-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps:
force="-f"
fi
heroku_url = "https://heroku:$<< parameters.api-key >>@git.heroku.com/<< parameters.app-name >>.git"
heroku_url="https://heroku:$<< parameters.api-key >>@git.heroku.com/<< parameters.app-name >>.git"
if [ -z "<< parameters.branch >>" ]; then
git push $force $heroku_url << parameters.branch >>:master
Expand Down

0 comments on commit 253e0fb

Please # to comment.