ansible-collection-hetzner-.../.gitlab-ci.yml
Jonas L 4d4941aaa2
ci: update gitlab ci config (#529)
- Remove outdated jobs
- Only run on feature branches
- Remove old gitlab ci scripts
2024-07-09 12:30:49 +02:00

9 lines
174 B
YAML

include:
- project: cloud/integrations/ci
file:
- default.yml
- pre-commit.yml
- workflows/feature-branches.yml
pre-commit:
extends: [.pre-commit]