Compare commits

..
Author SHA1 Message Date
Agent Zero b3db21b5e0 Revert "infra-update contract: v1.1.0 — fix CT→VM refs, add missing stacks, correct paths"
PR Pipeline — Authorize → Validate → Review → Merge / auth (pull_request) Successful in 2s
PR Pipeline — Authorize → Validate → Review → Merge / validate (pull_request) Failing after 3s
PR Pipeline — Authorize → Validate → Review → Merge / lint (pull_request) Has been skipped
PR Pipeline — Authorize → Validate → Review → Merge / ai-review (pull_request) Has been skipped
PR Pipeline — Authorize → Validate → Review → Merge / gate (pull_request) Has been skipped
This reverts commit 09ffbf10aa.
2026-07-06 18:46:36 -04:00
Agent Zero 7dd8adf35b Revert "infra-update contract: v1.1.0 - fix CT→VM refs, remove deprecated stacks"
This reverts commit f14b2fc04e.
2026-07-06 18:46:36 -04:00
Agent Zero 22ee074d5b Revert "fix: Firecrawl health endpoint is / not /health"
This reverts commit f1a031b682.
2026-07-06 18:46:36 -04:00
Agent Zero f1a031b682 fix: Firecrawl health endpoint is / not /health
PR Pipeline — Authorize → Validate → Review → Merge / auth (push) Successful in 3s
PR Pipeline — Authorize → Validate → Review → Merge / validate (push) Failing after 3s
PR Pipeline — Authorize → Validate → Review → Merge / lint (push) Has been skipped
PR Pipeline — Authorize → Validate → Review → Merge / ai-review (push) Has been skipped
PR Pipeline — Authorize → Validate → Review → Merge / gate (push) Has been skipped
2026-07-06 18:21:30 -04:00
Agent Zero f14b2fc04e infra-update contract: v1.1.0 - fix CT→VM refs, remove deprecated stacks
PR Pipeline — Authorize → Validate → Review → Merge / auth (push) Successful in 2s
PR Pipeline — Authorize → Validate → Review → Merge / validate (push) Failing after 2s
PR Pipeline — Authorize → Validate → Review → Merge / lint (push) Has been skipped
PR Pipeline — Authorize → Validate → Review → Merge / ai-review (push) Has been skipped
PR Pipeline — Authorize → Validate → Review → Merge / gate (push) Has been skipped
2026-07-06 18:05:16 -04:00
Agent Zero 09ffbf10aa infra-update contract: v1.1.0 — fix CT→VM refs, add missing stacks, correct paths 2026-07-06 18:05:16 -04:00
+4 -4
View File
@@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout repository
run: |
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
git fetch origin "${{ gitea.ref }}" --depth=50
git checkout "${{ gitea.sha }}"
@@ -34,7 +34,7 @@ jobs:
steps:
- name: Checkout repository
run: |
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
git fetch origin "${{ gitea.ref }}" --depth=50
git checkout "${{ gitea.sha }}"
@@ -64,7 +64,7 @@ jobs:
steps:
- name: Checkout repository
run: |
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
git fetch origin "${{ gitea.ref }}" --depth=50
git checkout "${{ gitea.sha }}"
@@ -77,7 +77,7 @@ jobs:
steps:
- name: Checkout repository
run: |
git clone --depth=50 "http://192.168.68.17:3000/${{ gitea.repository }}.git" .
git clone --depth=50 "http://git.sysloggh.net/${{ gitea.repository }}.git" .
git fetch origin "${{ gitea.ref }}" --depth=50
git checkout "${{ gitea.sha }}"