Skip to content
Snippets Groups Projects
Commit 3095ac23 authored by jurgenhaas's avatar jurgenhaas
Browse files

#38 Prepare pipelines for scheduled ResetLocales

parent 3d33d6e9
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ ResetLocales:
- schedule
- triggers
variables:
- $CI_PIPELINE_SOURCE == 'chat' || $TRIGGERTASK == 'ResetLocales' || $SCHEDULETASK == 'ResetLocales'
- $CI_PIPELINE_SOURCE == 'chat' || $TRIGGERTASK == 'ResetLocales'
script:
- IFS=' ' read branch <<< ${CHAT_INPUT}
- echo "Branch ${branch}"
......@@ -191,7 +191,7 @@ ResetLocalesCustom:
- schedule
- triggers
variables:
- $CI_PIPELINE_SOURCE == 'chat' || $TRIGGERTASK == 'ResetLocales' || $SCHEDULETASK == 'ResetLocales'
- $CI_PIPELINE_SOURCE == 'chat' || $TRIGGERTASK == 'ResetLocales'
parallel:
matrix: !reference [.customreferences, LanguageFiles]
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment