1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00
hetzner.hcloud/.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]