mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Merge pull request #283 from Madhu-1/CI-for-v0.3
update travis.yml and deploy.sh
This commit is contained in:
commit
7b4bdd8a2f
@ -11,8 +11,9 @@ addons:
|
|||||||
language: go
|
language: go
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
- csi-v0.3
|
||||||
- master
|
- master
|
||||||
- csi-v1.0
|
- csi-v1.0 # remove this once csi-v1.0 becomes master
|
||||||
|
|
||||||
go: 1.11.x
|
go: 1.11.x
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ push_helm_chats() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "${TRAVIS_BRANCH}" == 'master' ]; then
|
if [ "${TRAVIS_BRANCH}" == 'csi-v0.3' ]; then
|
||||||
export RBD_IMAGE_VERSION='v0.3.0'
|
export RBD_IMAGE_VERSION='v0.3.0'
|
||||||
export CEPHFS_IMAGE_VERSION='v0.3.0'
|
export CEPHFS_IMAGE_VERSION='v0.3.0'
|
||||||
elif [ "${TRAVIS_BRANCH}" == 'csi-v1.0' ]; then
|
elif [ "${TRAVIS_BRANCH}" == 'csi-v1.0' ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user