feat: depricate deployment stage

This commit is contained in:
Simon Cornet 2025-11-01 12:03:38 +01:00
commit 9a5269dd69
2 changed files with 1 additions and 38 deletions

View file

@ -2,19 +2,14 @@
# gitLab ci stages
stages:
# deployment
- "gitleaks"
- "linting"
- "deployment"
# include jobs
include:
# deployment
# code plumbing
- local: ".gitlab/gitleaks.yaml"
- local: ".gitlab/deployment.yaml"
# linting
- component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.3"