Skip to content

Commit a1d6e21

Browse files
committed
Fix REFERENCES var name
1 parent 3d64a69 commit a1d6e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/operator-pipeline/templates/openshift/tasks/publish-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ spec:
116116
echo -n "success" | tee "$(results.status.path)"
117117
# comma-separate list for signing input
118118
REFERENCES="$(echo $(params.bundle_versions) | tr -d '[ ]')"
119-
echo $REFERENCE | tee "$(results.docker_references.path)"
119+
echo $REFERENCES | tee "$(results.docker_references.path)"
120120
cat manifest-digests.txt | tee "$(results.manifest_digests.path)"

0 commit comments

Comments
 (0)