Skip to content

Commit

Permalink
Switch default branch
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor Dolby <[email protected]>
  • Loading branch information
trevor-dolby-at-ibm-com committed Apr 9, 2024
1 parent 075abc0 commit 109bdc1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tekton/ace-pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ spec:
- name: url
value: "https://github.com/ot4i/ace-demo-pipeline"
- name: revision
value: "aceaas-and-minikube"
value: "main"
#- name: knativeDeploy
# value: "true"
2 changes: 1 addition & 1 deletion tekton/aceaas/aceaas-pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: url
value: "https://github.com/ot4i/ace-demo-pipeline"
- name: revision
value: "aceaas-and-minikube"
value: "main"
- name: deployPrefix
value: "tdolby"
- name: createConfiguration
Expand Down
4 changes: 1 addition & 3 deletions tekton/knative-deploy-taskrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ spec:
value: "image-registry.openshift-image-registry.svc.cluster.local:5000/default"
- name: url
value: "https://github.com/ot4i/ace-demo-pipeline"
# - name: revision
# value: "main"
- name: revision
value: "aceaas-and-minikube"
value: "main"
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spec:
- name: url
value: "https://github.com/ot4i/ace-demo-pipeline"
- name: revision
value: "aceaas-and-minikube"
value: "main"
2 changes: 1 addition & 1 deletion tekton/os/cp4i/cp4i-pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
- name: url
value: "https://github.com/ot4i/ace-demo-pipeline"
- name: revision
value: "aceaas-and-minikube"
value: "main"
- name: buildImage
#value: "cp.icr.io/cp/appc/ace:12.0.11.0-r1"
value: "image-registry.openshift-image-registry.svc.cluster.local:5000/default/ace-minimal-build:12.0.11.0-alpine"
Expand Down

0 comments on commit 109bdc1

Please sign in to comment.