Skip to content

Commit

Permalink
Run pack-vm.sh in after_success
Browse files Browse the repository at this point in the history
before_deploy is currently triggered before each deployment provider [1] (not just once), so let's use after_success for now to avoid that it is invoked multiple times.

[1] travis-ci/travis-ci#2570
  • Loading branch information
fniephaus committed Jan 31, 2018
1 parent c3d17c4 commit f9db857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -109,7 +109,7 @@ before_script: $CHROOT ./.travis_build.sh

script: ./.travis_test.sh

before_deploy: (cd deploy && ./filter-exec.sh pack-vm.sh)
after_success: (cd deploy && ./filter-exec.sh pack-vm.sh)

deploy:
- provider: script # Deploy bleeding edge to Bintray
Expand Down

0 comments on commit f9db857

Please sign in to comment.