File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,21 +64,20 @@ deploy:
6464 python : 2.7
6565 skip_cleanup : true
6666 # deploy docs to s3
67- # docs on master only deploy to /products/openstack/lbaasv2-driver/master/
6867 - provider : script
6968 skip_cleanup : true
7069 on :
71- branch : master
70+ branch : stable/ocata
7271 repo : F5Networks/f5-openstack-lbaasv2-driver
7372 condition : $TRAVIS_TAG = ""
7473 script :
75- - ./docs/scripts/deploy-docs.sh publish-product-docs-to-prod openstack/lbaasv2-driver master
74+ - ./docs/scripts/deploy-docs.sh publish-product-docs-to-prod openstack/lbaasv2-driver ocata
7675 # For tagged releases, the docs publish at /products/openstack/lbaasv2-driver/<branch-name>/vX.Y
7776 # This section is commented out on the master branch because we don't need to publish tagged releases to /master
78- # - provider: script
79- # skip_cleanup: true
80- # on:
81- # tags: true
82- # repo: F5Networks/f5-openstack-lbaasv2-driver
83- # script:
84- # - ./docs/scripts/deploy-docs.sh publish-product-docs-to-prod openstack/lbaasv2-driver/master $RELEASE_TAG
77+ - provider : script
78+ skip_cleanup : true
79+ on :
80+ tags : true
81+ repo : F5Networks/f5-openstack-lbaasv2-driver
82+ script :
83+ - ./docs/scripts/deploy-docs.sh publish-product-docs-to-prod openstack/lbaasv2-driver/ocata $RELEASE_TAG
You can’t perform that action at this time.
0 commit comments