File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ spec:
107107 name : privileged-nested
108108 type : string
109109 - default : " sources/argocd-agent/install/helm-repo/argocd-agent-agent"
110- description : directory where the chart is stored
110+ description : directory where the chart is stored
111111 name : chart-context
112112 type : string
113113 results :
@@ -198,6 +198,36 @@ spec:
198198 workspace : git-auth
199199 - name : netrc
200200 workspace : netrc
201+ # debug
202+ - name : check-helm-dir
203+ runAfter :
204+ - prefetch-dependencies
205+ taskRef :
206+ params :
207+ - name : name
208+ value : run-script-oci-ta
209+ - name : bundle
210+ value : quay.io/konflux-ci/tekton-catalog/run-script-oci-ta:0.1
211+ - name : kind
212+ value : task
213+ resolver : bundles
214+ params :
215+ - name : ociStorage
216+ value : $(params.output-image).prefetch
217+ - name : SOURCE_ARTIFACT
218+ value : $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
219+ - name : SCRIPT
220+ value : ls /var/workdir/source
221+ - name : SCRIPT_RUNNER_IMAGE
222+ value : registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:a50731d3397a4ee28583f1699842183d4d24fadcc565c4688487af9ee4e13a44
223+ # taskSpec:
224+ # steps:
225+ # - name: run-my-script
226+ # image: registry.access.redhat.com/ubi9/ubi:9.5
227+ # script: |
228+ # #!/bin/bash
229+ # cd /var/workdir/source
230+ # ls
201231 - name : build-helm-chart
202232 params :
203233 - name : CHART_CONTEXT
You can’t perform that action at this time.
0 commit comments