summaryrefslogtreecommitdiff
path: root/scripts/build_container.sh
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-04-20 14:50:12 -0700
committerGitHub <[email protected]>2025-04-20 14:50:12 -0700
commitef909f6335bc488e7b5de221325008dfe8e53ffc (patch)
tree3038bc7ede623c58ee6f0091bbbf9b2e634b49c9 /scripts/build_container.sh
parentc80800a3ee6e61c1e0ed032d303fd756335870ff (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-xscripts/build_container.sh1
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