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:
2023-05-13 11:50:55 +09:30
parent 8d512a9a4b
commit 9670fc4740

13
.gitlab-ci_common.yaml Normal file
View File

@ -0,0 +1,13 @@
variables:
JOB_ROOT_DIR: 'gitlab-ci'
GIT_SUBMODULE_STRATEGY: recursive
stages:
- validation
- build
- prepare
- test
- release
- sync
- publish