Skip to content

Commit

Permalink
Update deploy to build canary images for 1.0.1
Browse files Browse the repository at this point in the history
and hence stop updating the same 1.0.0 image for every PR.

At some point we would need to decide how to release, 1.0.1
and change the canary to 1.0.2

Signed-off-by: ShyamsundarR <srangana@redhat.com>
  • Loading branch information
ShyamsundarR committed May 3, 2019
1 parent b213b3b commit dfa4c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ 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
export RBD_IMAGE_VERSION='v1.0.0'
export CEPHFS_IMAGE_VERSION='v1.0.0'
export RBD_IMAGE_VERSION='v1.0.1-canary'
export CEPHFS_IMAGE_VERSION='v1.0.1-canary'
else
echo "!!! Branch ${TRAVIS_BRANCH} is not a deployable branch; exiting"
exit 0 # Exiting 0 so that this isn't marked as failing
Expand Down

0 comments on commit dfa4c46

Please sign in to comment.