Files
gitlab-ci/.gitlab-ci_common.yaml
Jon 158cc94d1a feat(variables): added pipeline trigger and schedule
these will be used for pipeline running

!29 #26
2023-05-27 15:18:51 +09:30

17 lines
275 B
YAML

variables:
JOB_ROOT_DIR: 'gitlab-ci'
GIT_SUBMODULE_STRATEGY: recursive
PIPELINE_RUN_TRIGGER: 'false'
PIPELINE_RUN_SCHEDULE: 'true'
stages:
- chores
- validation
- build
- prepare
- test
- release
- sync
- deploy
- publish