From 205be90d742530b31124f42b38aed8f100e2357e Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 26 Mar 2019 11:35:47 +0530 Subject: [PATCH] update travis.yml and deploy.sh update travis.yaml and deploy.sh to build v0.3.0 images from csi-v0.3 branch instead of master. Signed-off-by: Madhu Rajanna --- .travis.yml | 3 ++- deploy.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd1ccc0c2..d8fe27f78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,9 @@ addons: language: go branches: only: + - csi-v0.3 - master - - csi-v1.0 + - csi-v1.0 # remove this once csi-v1.0 becomes master go: 1.11.x diff --git a/deploy.sh b/deploy.sh index dff25413b..53dd40798 100755 --- a/deploy.sh +++ b/deploy.sh @@ -24,7 +24,7 @@ push_helm_chats() { fi } -if [ "${TRAVIS_BRANCH}" == 'master' ]; then +if [ "${TRAVIS_BRANCH}" == 'csi-v0.3' ]; then export RBD_IMAGE_VERSION='v0.3.0' export CEPHFS_IMAGE_VERSION='v0.3.0' elif [ "${TRAVIS_BRANCH}" == 'csi-v1.0' ]; then