Merge pull request #88 from prymitive/fix-heroku

fix(heroku): use absolute path for heroku command on travis
This commit is contained in:
Łukasz Mierzwa
2018-09-28 22:34:36 +01:00
committed by GitHub

View File

@@ -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