Compare commits
1 Commits
7a028953fa
...
55689e0b10
| Author | SHA1 | Date | |
|---|---|---|---|
| 55689e0b10 |
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
run: go mod download
|
run: go mod download
|
||||||
- if: needs.changes.outputs.platform == 'true'
|
- if: needs.changes.outputs.platform == 'true'
|
||||||
run: go build ./cmd/server
|
run: go build ./cmd/server
|
||||||
# CLI (molecli) moved to standalone repo: github.com/Molecule-AI/molecule-cli
|
# CLI (molecli) moved to standalone repo: git.moleculesai.app/molecule-ai/molecule-cli
|
||||||
- if: needs.changes.outputs.platform == 'true'
|
- if: needs.changes.outputs.platform == 'true'
|
||||||
run: go vet ./... || true
|
run: go vet ./... || true
|
||||||
- if: needs.changes.outputs.platform == 'true'
|
- if: needs.changes.outputs.platform == 'true'
|
||||||
@ -243,8 +243,8 @@ jobs:
|
|||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
|
|
||||||
# MCP Server + SDK removed from CI — now in standalone repos:
|
# MCP Server + SDK removed from CI — now in standalone repos:
|
||||||
# - github.com/Molecule-AI/molecule-mcp-server (npm CI)
|
# - git.moleculesai.app/molecule-ai/molecule-mcp-server (npm CI)
|
||||||
# - github.com/Molecule-AI/molecule-sdk-python (PyPI CI)
|
# - git.moleculesai.app/molecule-ai/molecule-sdk-python (PyPI CI)
|
||||||
|
|
||||||
# e2e-api job moved to .github/workflows/e2e-api.yml (issue #458).
|
# e2e-api job moved to .github/workflows/e2e-api.yml (issue #458).
|
||||||
# It now has workflow-level concurrency (cancel-in-progress: false) so
|
# It now has workflow-level concurrency (cancel-in-progress: false) so
|
||||||
@ -434,5 +434,5 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# SDK + plugin validation moved to standalone repo:
|
# SDK + plugin validation moved to standalone repo:
|
||||||
# github.com/Molecule-AI/molecule-sdk-python
|
# git.moleculesai.app/molecule-ai/molecule-sdk-python
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
# VENDORED COPY — DO NOT EDIT THIS FILE BY HAND.
|
# VENDORED COPY — DO NOT EDIT THIS FILE BY HAND.
|
||||||
#
|
#
|
||||||
# Source of truth:
|
# Source of truth:
|
||||||
# github.com/Molecule-AI/molecule-ai-workspace-template-hermes
|
# git.moleculesai.app/molecule-ai/molecule-ai-workspace-template-hermes
|
||||||
# scripts/derive-provider.sh
|
# scripts/derive-provider.sh
|
||||||
#
|
#
|
||||||
# This snapshot is read by derive_provider_drift_test.go so the AST
|
# This snapshot is read by derive_provider_drift_test.go so the AST
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user