Skip to content

Commit 9698ef7

Browse files
vdemeestertekton-robot
authored andcommitted
Fix release pipeline (publish-to-bucket)
The `publish-to-bucket` pipeline task was failing validation (in the reconciler, not prior, which is another problem) during reconciliation. This fixes the release pipeline, but there is some follow-up to do on the code (validation, …) Signed-off-by: Vincent Demeester <[email protected]>
1 parent e62bb60 commit 9698ef7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tekton/release-pipeline.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ spec:
172172
- name: publish-to-bucket
173173
runAfter: [publish-images]
174174
taskRef:
175-
name: gcs-upload
176175
resolver: bundles
177176
params:
178177
- name: bundle
@@ -251,4 +250,4 @@ spec:
251250
# If the bucket is in the gs:// return the corresponding public https URL
252251
BASE_URL=$(echo ${BASE_URL} | sed 's,gs://,https://storage.googleapis.com/,g')
253252
echo "${BASE_URL}/release.yaml" > $(results.release.path)
254-
echo "${BASE_URL}/release.notag.yaml" > $(results.release-no-tag.path)
253+
echo "${BASE_URL}/release.notag.yaml" > $(results.release-no-tag.path)

0 commit comments

Comments
 (0)