Skip to content

Commit

Permalink
Merge pull request #2144 from Niklaus-xie/cannot-rel-9105-2
Browse files Browse the repository at this point in the history
[OPENSTACK-2928] fix travis
  • Loading branch information
Niklaus-xie authored Nov 10, 2023
2 parents 3e4311b + d075a96 commit f7efdeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ deploy:
on:
all_branches: true
repo: F5Networks/f5-openstack-agent
condition: "$TRAVIS_BRANCH" =~ ^v[0-9]+\.[0-9]+\.[0-9]*
condition: $TRAVIS_BRANCH =~ ^v[0-9]+\.[0-9]+\.[0-9]*
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
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def parse_descript_opts(self, listener):
(listener_id, descript))
except Exception as exc:
LOG.warning("listener id: %s can not parse extra options %s" %
(listener_id, descript))
(listener_id, descript))
LOG.warning("description ignored. Details: %s" % exc)
return extra_opts

Expand Down

0 comments on commit f7efdeb

Please sign in to comment.