Skip to content

Commit 3d439d4

Browse files
committed
Add support for using container host network in infra scripts
1 parent ac81365 commit 3d439d4

2 files changed

Lines changed: 34 additions & 33 deletions

File tree

scripts/infra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -euox pipefail
2+
set -euo pipefail
33
thisdir="$(realpath $(dirname "$0"))"
44

55
help() {

0 commit comments

Comments
 (0)