mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +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
|
language: go
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- csi-v0.3
|
|
||||||
- master
|
- master
|
||||||
|
|
||||||
go: 1.12.x
|
go: 1.12.x
|
||||||
|
@ -35,10 +35,7 @@ push_helm_charts() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "${TRAVIS_BRANCH}" == 'csi-v0.3' ]; then
|
if [ "${TRAVIS_BRANCH}" == 'master' ]; then
|
||||||
export ENV_RBD_IMAGE_VERSION='v0.3-canary'
|
|
||||||
export ENV_CEPHFS_IMAGE_VERSION='v0.3-canary'
|
|
||||||
elif [ "${TRAVIS_BRANCH}" == 'master' ]; then
|
|
||||||
export ENV_CSI_IMAGE_VERSION='canary'
|
export ENV_CSI_IMAGE_VERSION='canary'
|
||||||
else
|
else
|
||||||
echo "!!! Branch ${TRAVIS_BRANCH} is not a deployable branch; exiting"
|
echo "!!! Branch ${TRAVIS_BRANCH} is not a deployable branch; exiting"
|
||||||
|
Loading…
Reference in New Issue
Block a user