Guide for GitLab CI/CD configuration
GitLab CI/CD configuration for Python, Docker, and LangGraph projects using shared templates from the-foundry/tools.
IMPORTANT: Before creating or modifying .gitlab-ci.yml, read:
Stages:
security → lint → test → build → push → deploy → release
gitleaks - Security scanningPYTHON_PROJECT should match project nameDOCKER_BUILD_PATHDOCKERFILE_NAMEIMAGE_NAMEinclude:
- project: the-foundry/tools/templates
file: gitlab/default.yml
- project: the-foundry/tools/templates
file: gitlab/gitleaks-gitlab-ci.yml
- project: the-foundry/tools/templates
file: gitlab/python-gitlab-ci.yml
gitleaks:
extends: .gitleaks
See references/core-rules.md for complete example.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer