Skip to content

Commit ff814bc

Browse files
authored
Merge pull request #34106 from ivanvc/fix-etcd-operator-test-presubmit
etcd: fix operator presubmit test job
2 parents 9f57a55 + 5e32630 commit ff814bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

config/jobs/etcd/etcd-operator-presubmits.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ presubmits:
1717
command:
1818
- runner.sh
1919
args:
20-
- go mod tidy
21-
- make test
20+
- bash
21+
- -c
22+
- |
23+
go mod tidy
24+
make test
2225
resources:
2326
requests:
2427
cpu: "4"

0 commit comments

Comments
 (0)