diff --git a/.travis.yml b/.travis.yml index a7d11e41a..7880be474 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ services: language: go branches: only: - - csi-v0.3 - master go: 1.12.x diff --git a/deploy.sh b/deploy.sh index eec25b332..316606a87 100755 --- a/deploy.sh +++ b/deploy.sh @@ -35,10 +35,7 @@ push_helm_charts() { fi } -if [ "${TRAVIS_BRANCH}" == 'csi-v0.3' ]; then - export ENV_RBD_IMAGE_VERSION='v0.3-canary' - export ENV_CEPHFS_IMAGE_VERSION='v0.3-canary' -elif [ "${TRAVIS_BRANCH}" == 'master' ]; then +if [ "${TRAVIS_BRANCH}" == 'master' ]; then export ENV_CSI_IMAGE_VERSION='canary' else echo "!!! Branch ${TRAVIS_BRANCH} is not a deployable branch; exiting"