tektoncd / results

Long term storage of execution results.
Apache License 2.0
77 stars 73 forks source link

Fix release script storing the release.yaml to GCS #595

Closed enarha closed 1 year ago

enarha commented 1 year ago

The release-draft pipeline results an error (unfortunately lost in my console history due to extensive output). The problem is that the release folder is created under tekton-releases/results/results/{latest,previous} while it should be tekton-releases/results/{latest,previous}. Currently the fix is to move those manually and re-run the script, but ideally we should be able to fix that.

khrm commented 1 year ago

@enarha I created a pr to fix this: #595

khrm commented 1 year ago

/assign @khrm