Files
gitlab-ci/.gitlab-ci_common.yaml
Jon 9670fc4740 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
2023-05-13 11:50:55 +09:30

14 lines
182 B
YAML

variables:
JOB_ROOT_DIR: 'gitlab-ci'
GIT_SUBMODULE_STRATEGY: recursive
stages:
- validation
- build
- prepare
- test
- release
- sync
- publish