Skip to content

Commit

Permalink
Add pipefail for etcd verify presubmit.
Browse files Browse the repository at this point in the history
Signed-off-by: James Blair <[email protected]>
  • Loading branch information
jmhbnz committed May 4, 2024
1 parent 0c0a8f3 commit 7fe89e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/jobs/etcd/etcd-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ presubmits:
args:
- -c
- |
set -euo pipefail
make verify
make fix
DIFF=$(git status --porcelain)
Expand Down

0 comments on commit 7fe89e0

Please sign in to comment.