Skip to content
Snippets Groups Projects
Commit 47010e05 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

ci: Parametrize $GITLAB_RULES_URL on $OSNAME


Make downstream customization slightly easier by moving the `apertis`
bit to a separate and cleaner to customize variable, which could be
easily set at the group level.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent ce75fd17
No related branches found
No related tags found
1 merge request!165packaging-check-settings: Improve the gitlab-rulez checks
Pipeline #605541 passed
......@@ -8,7 +8,8 @@ default:
- script_failure
variables:
GITLAB_RULES_URL: $CI_SERVER_URL/infrastructure/apertis-infrastructure/-/raw/main/gitlab-scripts/rulez.yaml
OSNAME: apertis
GITLAB_RULES_URL: $CI_SERVER_URL/infrastructure/$OSNAME-infrastructure/-/raw/main/gitlab-scripts/rulez.yaml
DEBUG:
description: Set to any non-empty value to enable debug output
value: ""
......
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