this file is intended to be included by repos that haave this repo as a sub module. !21
14 lines
182 B
YAML
14 lines
182 B
YAML
variables:
|
|
JOB_ROOT_DIR: 'gitlab-ci'
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
|
|
|
|
stages:
|
|
- validation
|
|
- build
|
|
- prepare
|
|
- test
|
|
- release
|
|
- sync
|
|
- publish
|