Skip to content

Commit 661b816

Browse files
author
Matthew Fisher
committed
Merge pull request #3207 from bacongobbler/2996-git-push-pipefail
fix(builder): error on pipefail
2 parents 0758f0c + 1df43a6 commit 661b816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/image/templates/builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# builder hook called on every git receive-pack
44
# NOTE: this script must be run as root (for docker access)
55
#
6-
set -e
6+
set -eo pipefail
77

88
ARGS=3
99

0 commit comments

Comments
 (0)