diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e833d350ec0bc54fabd65f5636adc01d2256bef..35678d87d52237032e2b316f7e8859113cabe0dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,17 @@ # ============ # +# the .app_rules should be used whenever an app-specific job is executed. +# just add the variable app to the job like this: + +# variables: +# APP: "eventrouter" + +# and import the template with + +# extends: .app_rules + +# .app_rules will ensure that the job is only executed when files related to the app changed in the repo .app_rules: before_script: - *debug_information