Skip to content

Commit c686117

Browse files
back to standard name
1 parent c036c32 commit c686117

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

8.11.x/pipeline.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
params:
1111
- name: mas-instance-id
1212
type: string
13-
default: "i1"
13+
default: "inst1"
1414
- name: mas-install-cp4d-manage
1515
type: string
1616
description: "controls whether Maximo Manage and CP4D+Cognos is installed"
@@ -95,6 +95,7 @@ spec:
9595
image: quay.io/openshift/origin-cli:4.10
9696
script: |
9797
#!/usr/bin/env bash
98+
echo $(params.retrieved-entitlement-key)
9899
echo $(params.retrieved-entitlement-key) > $(workspaces.ws.path)/ek.dat
99100
echo "ek.dat created"
100101
exit

0 commit comments

Comments
 (0)