Skip to content

Commit f1d85af

Browse files
authored
Merge pull request #38 from cloud-native-toolkit/dam-pih-cp4d-pipelines
remove executible file name logic
2 parents a51a889 + feb9b1b commit f1d85af

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

cp4d/5.0.x-tse-l4-base/cp4d-cloud-pak-deployer-pipeline.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,12 +2072,9 @@ spec:
20722072
params:
20732073
- name: git-url
20742074
value: "$(params.pih-full-git-url)"
2075-
- name: executable-filename
2076-
value: "$(params.pih-executable-file-name)"
20772075
taskSpec:
20782076
params:
20792077
- name: git-url
2080-
- name: executable-filename
20812078
steps:
20822079
- name: get-marketplace-yaml
20832080
image: quay.io/ibmtz/ibm-pak-ubi:latest

cp4d/5.0.x/cp4d-cloud-pak-deployer-pipeline.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,12 +2087,9 @@ spec:
20872087
params:
20882088
- name: git-url
20892089
value: "$(params.pih-full-git-url)"
2090-
- name: executable-filename
2091-
value: "$(params.pih-executable-file-name)"
20922090
taskSpec:
20932091
params:
20942092
- name: git-url
2095-
- name: executable-filename
20962093
steps:
20972094
- name: get-marketplace-yaml
20982095
image: quay.io/ibmtz/ibm-pak-ubi:latest

0 commit comments

Comments
 (0)