Skip to content

Commit

Permalink
Update pipeline.yaml to lock version 7.9.0
Browse files Browse the repository at this point in the history
7.10 introduces a bug parsing certs
  • Loading branch information
davidstacy authored Dec 11, 2023
1 parent ffeba1f commit 3763b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 8.11.x/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ spec:
- name: uds-lastname
steps:
- name: run-mas-cli
image: quay.io/ibmmas/cli:latest
image: quay.io/ibmmas/cli:7.9.0
script: |
#!/usr/bin/env bash
# extract license id from license.dat
Expand Down Expand Up @@ -286,7 +286,7 @@ spec:
- name: install-demo-data
steps:
- name: run-mas-cli
image: quay.io/ibmmas/cli:latest
image: quay.io/ibmmas/cli:7.9.0
script: |
#!/usr/bin/env bash
export MAS_INSTANCE_ID=$(params.mas-instance-id)
Expand Down

0 comments on commit 3763b18

Please sign in to comment.