Skip to content
Snippets Groups Projects
Unverified Commit e1e4231b authored by Varac's avatar Varac
Browse files

Document .app_rules template

parent 154af51d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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