mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
build: remove ENV_CSI_IMAGE_VERSION from deploy.sh
as we are defining the image version in the build.env use the same to build images. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
cd96b3359b
commit
97acd47ae9
@ -83,9 +83,7 @@ build_push_images() {
|
|||||||
make push-manifest
|
make push-manifest
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "${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"
|
echo "!!! Branch ${TRAVIS_BRANCH} is not a deployable branch; exiting"
|
||||||
exit 0 # Exiting 0 so that this isn't marked as failing
|
exit 0 # Exiting 0 so that this isn't marked as failing
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user