11 lines
282 B
YAML
11 lines
282 B
YAML
.license-license:
|
|
stage: verify
|
|
rules:
|
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
|
- if: $CI_COMMIT_REF_NAME =~ "RELEASE"
|
|
- if: $CI_COMMIT_REF_NAME == "Templates2.0"
|
|
- when: never
|
|
needs: []
|
|
trigger:
|
|
include: license.gitlab-ci.yml
|
|
strategy: depend |