We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d64a69 commit a1d6e21Copy full SHA for a1d6e21
ansible/roles/operator-pipeline/templates/openshift/tasks/publish-bundle.yml
@@ -116,5 +116,5 @@ spec:
116
echo -n "success" | tee "$(results.status.path)"
117
# comma-separate list for signing input
118
REFERENCES="$(echo $(params.bundle_versions) | tr -d '[ ]')"
119
- echo $REFERENCE | tee "$(results.docker_references.path)"
+ echo $REFERENCES | tee "$(results.docker_references.path)"
120
cat manifest-digests.txt | tee "$(results.manifest_digests.path)"
0 commit comments