Skip to content

Commit

Permalink
[OPENSTACK-2863] Fix travis deployment triggered when tag is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
zh805 committed Nov 13, 2023
1 parent f7efdeb commit 504ece7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ deploy:
- provider: script
skip_cleanup: true
on:
all_branches: true
repo: F5Networks/f5-openstack-agent
condition: $TRAVIS_BRANCH =~ ^v[0-9]+\.[0-9]+\.[0-9]*
tags: true
script:
- ./docs/scripts/docker-docs.sh ./docs/scripts/test-docs.sh && ./docs/scripts/deploy-docs.sh publish-product-docs-to-prod openstack/agent $CTLR_VERSION

Expand Down

0 comments on commit 504ece7

Please sign in to comment.