fix: improve executor failure handling

This commit is contained in:
2026-07-18 17:35:05 +02:00
parent 57fe9eafa1
commit 595005b1cf
5 changed files with 64 additions and 9 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ CMD ["node", "/opt/ci-agents/dist/application/controller/main.js"]
FROM runtime AS executor
ARG TARGETARCH=amd64
ARG OPENCODE_VERSION=1.18.2
ARG OPENCODE_VERSION=1
ARG GITEA_MCP_VERSION=1.3.0
USER root
RUN npm install --global --omit=dev "opencode-ai@${OPENCODE_VERSION}" \