Skip to content

Commit

Permalink
Fix make command in jobset-presubmit-release-0.5.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
omerap12 committed May 29, 2024
1 parent 0ddc0b3 commit febc82a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ presubmits:
containers:
- image: public.ecr.aws/docker/library/golang:1.22
command:
- runner.sh
args:
- make
args:
- test-integration
resources:
limits:
Expand Down

0 comments on commit febc82a

Please sign in to comment.