# DEPRECATED These scripts were used for GitLab CI/CD integration. We have migrated to **Forgejo Actions**. See `../forgejo/` for current tooling. ## Migration Date December 2025 ## Status These scripts are kept for reference only. **Do not use in new workflows.** ## Replacement - CI/CD workflows: `forgejo/rollout-workflows.sh` - Pipeline status: `forgejo/ci-status.sh` - Publishing: `forgejo/publish-all.py` ## Contents | Script | Original Purpose | |--------|-----------------| | `gitlab-ci-status.py` | Check GitLab CI pipeline status | | `gitlab-npm-consumer.py` | Manage npm consumers in GitLab | | `gitlab-npm-publish.py` | Publish to GitLab npm registry | | `gitlab-npm-verify.py` | Verify GitLab npm packages | | `gitlab-npm-workflow.py` | GitLab npm workflow automation | | `gitlab_npm_common.py` | Shared utilities | | `check-create-repos.py` | Create GitLab repos | | `restore-repos.py` | Restore GitLab repos |