fix: remove build script

This commit is contained in:
2026-07-21 00:10:58 +02:00
parent 6f24df8cd3
commit b47430c963
6 changed files with 14 additions and 24 deletions
+3 -3
View File
@@ -26,6 +26,6 @@ def test_compose_removes_codex_sandbox_exceptions() -> None:
assert "opencode_home:/var/lib/opencode" in compose
assert "HOME: /etc/opencode/home" in compose
assert "OPENCODE_DISABLE_EXTERNAL_SKILLS" in compose
assert "ARG OPENCODE_REFRESH" in dockerfile
assert "OPENCODE_REFRESH is required" in dockerfile
assert "'opencode-ai@^1'" in dockerfile
assert "AGENTCI_OPENCODE_VERSION: ${AGENTCI_OPENCODE_VERSION:-^1}" in compose
assert "ARG AGENTCI_OPENCODE_VERSION=^1" in dockerfile
assert '"opencode-ai@${AGENTCI_OPENCODE_VERSION}"' in dockerfile