Skip to content

Commit a210dda

Browse files
committed
Revert "Add signature data output to request-signature task"
This reverts commit 83e467f.
1 parent 7b192ac commit a210dda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ansible/roles/operator-pipeline/templates/openshift/tasks/request-signature.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ spec:
3939
default: umb.api.redhat.com
4040
results:
4141
- name: signature_data_file
42-
- name: signature_data
4342
volumes:
4443
- name: umb-ssl-volume
4544
secret:
@@ -79,6 +78,6 @@ spec:
7978
8079
SIG_DATA=$(cat signing_response.json)
8180
echo "Signed claims and their metadata: "
82-
echo -n $SIG_DATA | tee $(results.signature_data.path)
81+
echo -n $SIG_DATA
8382
echo -n signing_response.json | tee $(results.signature_data_file.path)
8483
workingDir: $(workspaces.source.path)

0 commit comments

Comments
 (0)