We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4fd28 commit 04b6924Copy full SHA for 04b6924
pkg/pipelines/tekton/tasks.go
@@ -101,7 +101,7 @@ spec:
101
102
steps:
103
- name: prepare
104
- image: docker.io/library/bash:5.1.4@sha256:b208215a4655538be652b2769d82e576bc4d0a2bb132144c060efc5be8c3f5d6
+ image: docker.io/library/bash:5.1
105
args:
106
- "--env-vars"
107
- "$(params.ENV_VARS[*])"
@@ -207,7 +207,7 @@ spec:
207
runAsGroup: 0
208
209
- name: results
210
211
script: |
212
#!/usr/bin/env bash
213
set -e
0 commit comments