Skip to content

Commit

Permalink
build docker images only once per successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
monotek committed Sep 19, 2017
1 parent 5747c49 commit 6854b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ script:
- ruby -I test/ test/integration/sipgate_controller_test.rb
- rake db:drop
after_success:
- contrib/travis-ci.org/trigger-docker-build.sh
- contrib/travis-ci.org/trigger-docker-compose-build.sh
- if [ "${DB}" = "mysql" ]; then contrib/travis-ci.org/trigger-docker-build.sh; fi
- if [ "${DB}" = "mysql" ]; then contrib/travis-ci.org/trigger-docker-compose-build.sh; fi

0 comments on commit 6854b2a

Please sign in to comment.