From 5c1e83a088120bdec558649fdbeac80e1287b5f3 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Tue, 13 Feb 2024 10:10:11 +0100 Subject: [PATCH] fix(hermes): update build.rs to fix Docker build (#1296) --- hermes/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermes/build.rs b/hermes/build.rs index 68e5f077..44c71543 100644 --- a/hermes/build.rs +++ b/hermes/build.rs @@ -14,7 +14,7 @@ fn main() { // directory as a mini-repo with wormhole and googleapis as remotes, so we can copy out the // TREEISH paths we want. let protobuf_setup = r#" - set -euo pipefail + set -e git init . git clean -df git remote add wormhole https://github.com/wormhole-foundation/wormhole.git || true