From 7fe89e0efdb6d45b1db4c762851b430748bed755 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 4 May 2024 19:03:30 +1200 Subject: [PATCH] Add pipefail for etcd verify presubmit. Signed-off-by: James Blair --- config/jobs/etcd/etcd-presubmits.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/jobs/etcd/etcd-presubmits.yaml b/config/jobs/etcd/etcd-presubmits.yaml index ac67474d55d83..2425c712b57e0 100644 --- a/config/jobs/etcd/etcd-presubmits.yaml +++ b/config/jobs/etcd/etcd-presubmits.yaml @@ -67,6 +67,7 @@ presubmits: args: - -c - | + set -euo pipefail make verify make fix DIFF=$(git status --porcelain)