Skip to content

Commit

Permalink
Remove extra 'v' prefix in docs version
Browse files Browse the repository at this point in the history
Problem:
The docs deploy script is deploying changes into 'vvX.Y' instead
of 'vX.Y'.

Solution:
Fixed the travis script to remove the extra 'v' prefix.
  • Loading branch information
amudukutore committed Apr 23, 2018
1 parent 650323c commit 3a52653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ deploy:
repo: F5Networks/k8s-bigip-ctlr
condition: $TRAVIS_BRANCH == *"-stable" || "$TRAVIS_BRANCH" =~ ^v[0-9]+\.[0-9]+\.[0-9]*
script:
- ./build-tools/deploy-docs.sh publish-product-docs-to-prod connectors/k8s-bigip-ctlr v$CTLR_VERSION
- ./build-tools/deploy-docs.sh publish-product-docs-to-prod connectors/k8s-bigip-ctlr $CTLR_VERSION

notifications:
slack:
Expand Down

0 comments on commit 3a52653

Please sign in to comment.