Skip to content

Commit

Permalink
test latest builds of tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
chmeliik committed Apr 9, 2024
1 parent 78f2964 commit 99f9924
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .tekton/ostree-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,16 @@ spec:
params:
- name: input
value: $(params.prefetch-input)
- name: for-output-dir
value: ""
- name: dev-package-managers
value: "true"
runAfter:
- clone-repository
taskRef:
params:
- name: name
value: prefetch-dependencies
- name: bundle
value: quay.io/acmiel-test/task-prefetch-dependencies:0.1-devpkgmans-and-custom-cachi2
value: quay.io/acmiel-test/task-prefetch-dependencies:0.1-devpacman
- name: kind
value: task
resolver: bundles
Expand All @@ -193,16 +193,16 @@ spec:
params:
- name: input
value: $(params.prefetch-input)
- name: for-output-dir
value: ""
- name: dev-package-managers
value: "true"
runAfter:
- clone-repository-arm64
taskRef:
params:
- name: name
value: prefetch-dependencies
- name: bundle
value: quay.io/acmiel-test/task-prefetch-dependencies:0.1-devpkgmans-and-custom-cachi2
value: quay.io/acmiel-test/task-prefetch-dependencies:0.1-devpacman
- name: kind
value: task
resolver: bundles
Expand Down

0 comments on commit 99f9924

Please sign in to comment.