Skip to content

Commit dd67593

Browse files
fix review comments
1 parent 865d2ff commit dd67593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tekton/release-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ spec:
299299
value: $(params.repoName)
300300
script: |
301301
# 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}"
302+
# Format: https://infra.tekton.dev/<releaseBucket>/<repoName>/previous/<versionTag>
303+
BASE_URL="https://infra.tekton.dev/${RELEASE_BUCKET}/${REPO_NAME}/previous/${VERSION_TAG}"
304304
305305
echo "${BASE_URL}/release.yaml" > $(results.release.path)
306306
echo "${BASE_URL}/release.notag.yaml" > $(results.release-no-tag.path)

0 commit comments

Comments
 (0)