config: load public cc-ci runtime environment
This commit is contained in:
@@ -109,7 +109,7 @@ def start(mode, date):
|
||||
cwd = "/srv/cc-ci-orch/cc-ci"
|
||||
share_flag = "--share" if OPENCODE_SHARE else ""
|
||||
cmd = (
|
||||
f"set -a; . /srv/cc-ci/.testenv; set +a; "
|
||||
f"set -a; . /srv/cc-ci/cc-ci-plan/load-env.sh; set +a; "
|
||||
f"{OPENCODE_BIN} run {model_flag} {share_flag} --attach '{OPENCODE_SERVER}' "
|
||||
f"--title '{SESSION}' --dir {cwd} \"$(cat '{kf}')\""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user