godash/.gitlab-ci.yml
2023-06-27 14:56:31 +02:00

15 lines
362 B
YAML

stages:
- test
- build
- deploy
include:
- local: .gitlab/_common.gitlab-ci.yml
- local: .gitlab/_rules.gitlab-ci.yml
- local: /.gitlab/test.gitlab-ci.yml
- local: /.gitlab/build.gitlab-ci.yml
- local: /.gitlab/deploy.gitlab-ci.yml
- template: Jobs/Secret-Detection.gitlab-ci.yml
secret_detection:
rules: !reference [.rules:default, rules]