Skip to content

Commit

Permalink
fix(test): fix typo in the toolchain task (#1190)
Browse files Browse the repository at this point in the history
fix the typo of one of the params in the deploy task

Signed-off-by: Yihong Wang <yh.wang@ibm.com>
  • Loading branch information
yhwang authored and Tomcli committed Mar 17, 2023
1 parent f7eaf2d commit fc69994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ spec:
- name: IBM_CLOUD_API_KEY
value: $(params.apikey)
- name: PUBLIC_CR
value: $(param.public-cr)
value: $(params.public-cr)
- name: PIPELINE_KUBERNETES_CLUSTER_NAME
value: $(params.kubernetes-cluster)
- name: ARCHIVE_DIR
Expand Down

0 comments on commit fc69994

Please sign in to comment.