Skip to content

Commit

Permalink
back to standard name
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudnativetoolkit committed Oct 13, 2023
1 parent c036c32 commit c686117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 8.11.x/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
params:
- name: mas-instance-id
type: string
default: "i1"
default: "inst1"
- name: mas-install-cp4d-manage
type: string
description: "controls whether Maximo Manage and CP4D+Cognos is installed"
Expand Down Expand Up @@ -95,6 +95,7 @@ spec:
image: quay.io/openshift/origin-cli:4.10
script: |
#!/usr/bin/env bash
echo $(params.retrieved-entitlement-key)
echo $(params.retrieved-entitlement-key) > $(workspaces.ws.path)/ek.dat
echo "ek.dat created"
exit
Expand Down

0 comments on commit c686117

Please sign in to comment.