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 7b192ac commit a210ddaCopy full SHA for a210dda
ansible/roles/operator-pipeline/templates/openshift/tasks/request-signature.yml
@@ -39,7 +39,6 @@ spec:
39
default: umb.api.redhat.com
40
results:
41
- name: signature_data_file
42
- - name: signature_data
43
volumes:
44
- name: umb-ssl-volume
45
secret:
@@ -79,6 +78,6 @@ spec:
79
78
80
SIG_DATA=$(cat signing_response.json)
81
echo "Signed claims and their metadata: "
82
- echo -n $SIG_DATA | tee $(results.signature_data.path)
+ echo -n $SIG_DATA
83
echo -n signing_response.json | tee $(results.signature_data_file.path)
84
workingDir: $(workspaces.source.path)
0 commit comments