diff --git a/.gitlab-ci_common.yaml b/.gitlab-ci_common.yaml new file mode 100644 index 0000000..b5cd8f5 --- /dev/null +++ b/.gitlab-ci_common.yaml @@ -0,0 +1,13 @@ +variables: + JOB_ROOT_DIR: 'gitlab-ci' + GIT_SUBMODULE_STRATEGY: recursive + + +stages: + - validation + - build + - prepare + - test + - release + - sync + - publish