Skip to content

Commit

Permalink
Revert "fix(apps/prod/tekton/configs/tasks): use the mirror registry …
Browse files Browse the repository at this point in the history
…to download oci files" (#1192)

Reverts #1191
  • Loading branch information
wuhuizuo authored Aug 1, 2024
1 parent 85119e8 commit 55a6685
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ spec:
fi
# download the artifact
artifact_url="$(params.artifact-url)"
# replace hub.pingcap.net to hub-mig.pingcap.net in for traffic sharing.
oras pull "${artifact_url/hub.pingcap.net/hub-mig.pingcap.net}"
oras pull --concurrency 1 $(params.artifact-url)
echo "✅ Done, the generated script content:"
cat publish.sh
Expand Down

0 comments on commit 55a6685

Please sign in to comment.