fix(automagic): fix git submodule so it runs on schedule
removed variables from job definition as these are for the end user to specify. !35 fixes #31
This commit is contained in:
@ -11,7 +11,7 @@ This template is designed to autodetect which jobs should be created. By includi
|
||||
|
||||
## Docs ToDo
|
||||
|
||||
- .
|
||||
- document variables `PIPELINE_RUN_TRIGGER: 'false'` and `PIPELINE_RUN_SCHEDULE: 'false'` as being used as a gate to enable the jobs to run by the specified source.
|
||||
|
||||
|
||||
!!! Note
|
||||
|
@ -34,9 +34,7 @@ Update Git Submodules:
|
||||
variables:
|
||||
ansible_playbook: 'git_configuration.yaml'
|
||||
ansible_tags: 'submodule'
|
||||
PIPELINE_RUN_TRIGGER: 'false'
|
||||
PIPELINE_RUN_SCHEDULE: 'false'
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Release
|
||||
|
Reference in New Issue
Block a user