diff options
| author | Olcan <[email protected]> | 2025-04-20 14:50:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-20 14:50:12 -0700 |
| commit | ef909f6335bc488e7b5de221325008dfe8e53ffc (patch) | |
| tree | 3038bc7ede623c58ee6f0091bbbf9b2e634b49c9 /scripts/build_container.sh | |
| parent | c80800a3ee6e61c1e0ed032d303fd756335870ff (diff) | |
start and debug scripts (will enable seamless container use later), strict error handling in bash scripts (#63)
#61
Diffstat (limited to 'scripts/build_container.sh')
| -rwxr-xr-x | scripts/build_container.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build_container.sh b/scripts/build_container.sh index f459a294..a4247d46 100755 --- a/scripts/build_container.sh +++ b/scripts/build_container.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -euo pipefail IMAGE=gemini-code-sandbox |
