Skip to content

Commit b37b4b7

Browse files
fix param name
1 parent 085d295 commit b37b4b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

8.10.x/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ spec:
172172
image: quay.io/openshift/origin-cli:4.10
173173
script: |
174174
#!/usr/bin/env bash
175-
echo $(params.entitlement-key) > $(workspaces.ws.path)/ek.dat
175+
echo $(params.ibm-entitlement-key) > $(workspaces.ws.path)/ek.dat
176176
echo "ek.dat created"
177177
exit
178178
- name: install-mas

0 commit comments

Comments
 (0)