From c6861176088d058079683b015ba488185fb3419d Mon Sep 17 00:00:00 2001 From: Cloud-Native Toolkit Date: Fri, 13 Oct 2023 09:59:33 -0400 Subject: [PATCH] back to standard name --- 8.11.x/pipeline.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/8.11.x/pipeline.yaml b/8.11.x/pipeline.yaml index b84690d..d55616e 100644 --- a/8.11.x/pipeline.yaml +++ b/8.11.x/pipeline.yaml @@ -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" @@ -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