Skip to content

Commit

Permalink
travis.yml: fix the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Nov 21, 2018
1 parent 9a687b7 commit 73a98e5
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 @@ -66,8 +66,8 @@ jobs:
- ./.travis/.travis.test-restarts.sh

- stage: deploy
script: skip
deploy:
name: "Push container images"
script:
# release x.y.z or x.y.z-centos if there is a release
# or release the latest image if building the master branch
- ./.travis/.travis.release.images.sh
Expand Down

0 comments on commit 73a98e5

Please sign in to comment.