Skip to content

Commit

Permalink
fix(apps/prod/tekton/configs/tasks): fix task `publish-tiup-from-oci-…
Browse files Browse the repository at this point in the history
…artifact` (#1127)

Signed-off-by: wuhuizuo <[email protected]>

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Apr 25, 2024
1 parent c88086e commit 3ab3f8b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ spec:
wget -O gen.sh "$gen_script_url" && chmod +x gen.sh
./gen.sh $(params.artifact-url) $(params.nightly) publish.sh
if [ ! -f publish.sh ]; then
exit 0
fi
# download the artifact
oras pull $(params.artifact-url)
Expand Down

0 comments on commit 3ab3f8b

Please sign in to comment.