Skip to content

Commit b8bfe9f

Browse files
authored
Merge pull request #34991 from ivanvc/master
etcd: use bash in govulncheck for golang based image
2 parents ae7855e + 5081406 commit b8bfe9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/jobs/etcd/etcd-presubmits.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,8 @@ presubmits:
203203
# consolidate the jobs.
204204
- image: public.ecr.aws/docker/library/golang:1.23
205205
command:
206-
- runner.sh
206+
- /bin/bash
207207
args:
208-
- bash
209208
- -c
210209
- |
211210
export PATH=$GOPATH/bin:$PATH && make run-govulncheck

0 commit comments

Comments
 (0)