mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 21:50:52 +00:00
start and debug scripts (will enable seamless container use later), strict error handling in bash scripts (#63)
#61
This commit is contained in:
parent
c80800a3ee
commit
ef909f6335
5 changed files with 14 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
IMAGE=gemini-code-sandbox
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue