We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b57b3a + 2cde2c0 commit e79d26bCopy full SHA for e79d26b
1 file changed
8.11.x/pipeline.yaml
@@ -243,7 +243,7 @@ spec:
243
- name: uds-lastname
244
steps:
245
- name: run-mas-cli
246
- image: quay.io/ibmmas/cli:7.9.0
+ image: quay.io/ibmmas/cli:7.14.0
247
script: |
248
#!/usr/bin/env bash
249
# extract license id from license.dat
@@ -286,12 +286,12 @@ spec:
286
- name: install-demo-data
287
288
289
290
291
292
export MAS_INSTANCE_ID=$(params.mas-instance-id)
293
export MAS_CONFIG_DIR=$(workspaces.ws.path)/masconfig
294
- export MAS_CONFIG_SCOPE=system
+ export MAS_CONFIG_SCOPE=workspace
295
export IBM_ENTITLEMENT_KEY=$(cat $(workspaces.ws.path)/ek.dat)
296
export MAS_APP_ID=manage
297
0 commit comments