Skip to content

Commit

Permalink
Merge pull request #2148 from zh805/fix-travis
Browse files Browse the repository at this point in the history
[OPENSTACK-2863] Fix travis deployment triggered when tag is set.
  • Loading branch information
zh805 authored Nov 13, 2023
2 parents f7efdeb + 504ece7 commit 33dadd5
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 33dadd5

Please sign in to comment.