From c6cd32aad61ac3f4242b38c6f36a7497efb385bd Mon Sep 17 00:00:00 2001 From: psbrar99 Date: Wed, 15 Nov 2023 15:40:21 -0700 Subject: [PATCH] test Signed-off-by: psbrar99 --- tetrateci/create_istio_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tetrateci/create_istio_release.sh b/tetrateci/create_istio_release.sh index a1e9a6af06fd..f4dd5adb0322 100755 --- a/tetrateci/create_istio_release.sh +++ b/tetrateci/create_istio_release.sh @@ -151,7 +151,7 @@ else fi # If RELEASE, Build Archives -if [[ -z ${TEST:-} ]]; then +# if [[ -z ${TEST:-} ]]; then echo "Building archives..." @@ -173,7 +173,7 @@ if [[ -z ${TEST:-} ]]; then echo "Publishing $package" cloudsmith push raw tetrate/getistio /tmp/istio-release/out/$package done -fi +#fi echo "Cleaning /tmp/istio...." #[ -d "/tmp/istio-release" ] && sudo rm -rf /tmp/istio-release