Remove csi-v0.3 from deploy.sh

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2019-10-01 14:17:08 +05:30 committed by Madhu Rajanna
parent a274b19bfa
commit 52c4d29f65
2 changed files with 1 additions and 5 deletions

View File

@ -14,7 +14,6 @@ services:
language: go
branches:
only:
- csi-v0.3
- master
go: 1.12.x

View File

@ -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"