revert back the changes done for release-v2.0.0

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2020-01-21 10:15:28 +05:30
committed by Madhu Rajanna
parent e58d537a07
commit 31d449f636
11 changed files with 17 additions and 17 deletions

View File

@ -71,7 +71,7 @@ build_push_images() {
}
if [ "${TRAVIS_BRANCH}" == 'release-v2.0' ]; then
export ENV_CSI_IMAGE_VERSION='v2.0.0'
export ENV_CSI_IMAGE_VERSION='v2.0-canary'
else
echo "!!! Branch ${TRAVIS_BRANCH} is not a deployable branch; exiting"
exit 0 # Exiting 0 so that this isn't marked as failing