Skip to content

Commit

Permalink
extended travis build time for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmills-ncar committed Jun 12, 2018
1 parent 0fda710 commit 17c72a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ script:

after_success:
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS"
- docker push wrfhydro/dev:base
- docker push wrfhydro/dev:conda
- docker push wrfhydro/domains:croton_NY
- docker push wrfhydro/wps
- docker push wrfhydro/training
- travis_wait 30 docker push wrfhydro/dev:base
- travis_wait 30 docker push wrfhydro/dev:conda
- travis_wait 30 docker push wrfhydro/domains:croton_NY
- travis_wait 30 docker push wrfhydro/wps
- travis_wait 30 docker push wrfhydro/training

0 comments on commit 17c72a1

Please sign in to comment.