mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Remove csi-v0.3 from deploy.sh
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
a274b19bfa
commit
52c4d29f65
@ -14,7 +14,6 @@ services:
|
||||
language: go
|
||||
branches:
|
||||
only:
|
||||
- csi-v0.3
|
||||
- master
|
||||
|
||||
go: 1.12.x
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user