fix(hermes): update build.rs to fix Docker build (#1296)

This commit is contained in:
Ali Behjati 2024-02-13 10:10:11 +01:00 committed by GitHub
parent 22579edc6e
commit 5c1e83a088
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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