We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865d2ff commit dd67593Copy full SHA for dd67593
tekton/release-pipeline.yaml
@@ -299,8 +299,8 @@ spec:
299
value: $(params.repoName)
300
script: |
301
# Oracle Cloud Storage: Construct public URL
302
- # Format: https://infra.tekton.dev/tekton-nightly/<repoName>/previous/<versionTag>
303
- BASE_URL="https://infra.tekton.dev/tekton-nightly/${REPO_NAME}/previous/${VERSION_TAG}"
+ # Format: https://infra.tekton.dev/<releaseBucket>/<repoName>/previous/<versionTag>
+ BASE_URL="https://infra.tekton.dev/${RELEASE_BUCKET}/${REPO_NAME}/previous/${VERSION_TAG}"
304
305
echo "${BASE_URL}/release.yaml" > $(results.release.path)
306
echo "${BASE_URL}/release.notag.yaml" > $(results.release-no-tag.path)
0 commit comments