feat(variables): added pipeline trigger and schedule
these will be used for pipeline running !29 #26
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
variables:
|
variables:
|
||||||
JOB_ROOT_DIR: 'gitlab-ci'
|
JOB_ROOT_DIR: 'gitlab-ci'
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
PIPELINE_RUN_TRIGGER: 'false'
|
||||||
|
PIPELINE_RUN_SCHEDULE: 'true'
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- chores
|
- chores
|
||||||
|
|||||||
Reference in New Issue
Block a user