Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: psbrar99 <[email protected]>
  • Loading branch information
psbrar99 committed Nov 15, 2023
1 parent e6b8d33 commit c6cd32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tetrateci/create_istio_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ else
fi

# If RELEASE, Build Archives
if [[ -z ${TEST:-} ]]; then
# if [[ -z ${TEST:-} ]]; then


echo "Building archives..."
Expand All @@ -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

Expand Down

0 comments on commit c6cd32a

Please sign in to comment.