Skip to content

Commit

Permalink
fix typo for release and interceptors name
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture authored and tekton-robot committed May 24, 2021
1 parent 3c6cf28 commit 4b26efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/release-pipeline.yaml
Expand Up @@ -198,6 +198,6 @@ spec:
# If the bucket is in the gs:// return the corresponding public https URL
BASE_URL=$(echo ${BASE_URL} | sed 's,gs://,https://storage.googleapis.com/,g')
echo "${BASE_URL}/release.yaml" > $(results.release.path)
echo "${BASE_URL}/release.notag.yaml" > $(results.release-no-tag.path)
echo "${BASE_URL}/release.notags.yaml" > $(results.release-no-tag.path)
echo "${BASE_URL}/interceptors.yaml" > $(results.interceptors.path)
echo "${BASE_URL}/interceptors.notag.yaml" > $(results.interceptors-no-tag.path)
echo "${BASE_URL}/interceptors.notags.yaml" > $(results.interceptors-no-tag.path)

0 comments on commit 4b26efd

Please sign in to comment.