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:
2023-05-29 13:59:04 +09:30
parent 3383d5a086
commit 8ced1720e0
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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