fiaas / mast

Apache License 2.0
2 stars 7 forks source link

Add wrapper around deployment steps #33

Closed birgirst closed 4 years ago

birgirst commented 4 years ago

This fixes an issue where the deployment was not completed correctly. Docker containers were not pushed and helm chart was not created.

From: https://docs.travis-ci.com/user/deployment/script/

If you need to run multiple commands, write a executable wrapper script that runs them all. The argument to script: in the script deployment provider needs to be a single command.