Skip to content
Snippets Groups Projects
Commit 41fed1b1 authored by Walter Lozano's avatar Walter Lozano Committed by Dylan Aïssi
Browse files

Move gitlab rulez to its own folder


To make things more tidy move gitlab rulez to its own repo.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 8d84fa7d
No related branches found
No related tags found
1 merge request!193Improvements to folding pipeline (4)
......@@ -4,7 +4,7 @@ include:
branch-protection-relax:
extends: .custom_globals_default
variables:
RULES: gitlab-scripts/rulez-relax.yaml
RULES: gitlab-rulez/rulez-relax.yaml
ARGS: --gitlab-server-url ${CI_SERVER_URL} --gitlab-api-token ${GITLAB_TOKEN}
stage: branch-protection-relax
needs:
......@@ -130,7 +130,7 @@ branch-protection-tighten:
stage: branch-protection-tighten
allow_failure: true
variables:
RULES: gitlab-scripts/rulez.yaml
RULES: gitlab-rulez/rulez.yaml
needs:
- branch-protection-relax
before_script:
......@@ -139,7 +139,7 @@ branch-protection-tighten:
- apt install -y --no-install-recommends
sed
gitlab-rulez/bookworm-backports # required to avoid python deprecation warnings
- sed -i "s/$RELEASE/$NEXT_RELEASE/g" gitlab-scripts/rulez.yaml
- sed -i "s/$RELEASE/$NEXT_RELEASE/g" gitlab-rulez/rulez.yaml
rules:
- if: $CI_JOB_NAME =~ $FORCE_JOB_RUN
when: manual
......
File moved
File moved
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