mirror of
https://github.com/prymitive/karma
synced 2026-05-17 04:16:42 +00:00
fix(heroku): use absolute path for heroku command on travis
/usr/local/bin/heroku is installed by the script, /usr//bin/heroku might be there installed by travis, ensure we use the correct one
This commit is contained in:
@@ -122,4 +122,4 @@ jobs:
|
||||
- docker push registry.heroku.com/karma-demo/web
|
||||
# bundled heroku cli doesn't know anything about containers, update it
|
||||
- curl https://cli-assets.heroku.com/install.sh | sh
|
||||
- heroku container:release web --app karma-demo
|
||||
- /usr/local/bin/heroku container:release web --app karma-demo
|
||||
|
||||
Reference in New Issue
Block a user