feat(common): created a common ci file for inclusion
this file is intended to be included by repos that haave this repo as a sub module. !21
This commit is contained in:
13
.gitlab-ci_common.yaml
Normal file
13
.gitlab-ci_common.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
variables:
|
||||||
|
JOB_ROOT_DIR: 'gitlab-ci'
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- validation
|
||||||
|
- build
|
||||||
|
- prepare
|
||||||
|
- test
|
||||||
|
- release
|
||||||
|
- sync
|
||||||
|
- publish
|
Reference in New Issue
Block a user