We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330ac0c commit 085d295Copy full SHA for 085d295
1 file changed
8.10.x/pipeline.yaml
@@ -229,8 +229,6 @@ spec:
229
image: quay.io/ibmmas/cli:latest
230
script: |
231
#!/usr/bin/env bash
232
- # extract entitlement key
233
- oc get secret ibm-entitlement-key -n $(params.namespace) -o jsonpath='{}'
234
# extract license id from license.dat
235
export LICENSE_ID=$(cat $(workspaces.ws.path)/license.dat | head -1 | cut -d ' ' -f3)
236
0 commit comments