Mesa (main): ci: Remove unused is-for-marge YAML anchor

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Feb 21 15:06:01 UTC 2022


Module: Mesa
Branch: main
Commit: ed246aa29b64e8114abbc4fa9294ecde18ccd260
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed246aa29b64e8114abbc4fa9294ecde18ccd260

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Thu Dec 16 12:23:08 2021 +0100

ci: Remove unused is-for-marge YAML anchor

Acked-by: Emma Anholt <emma at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14225>

---

 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d17ee7871aa..2d86da81bec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,9 +93,6 @@ stages:
 # --------------------------------
 .rules-anchors:
   rules:
-    # For Marge Bot
-    - if: &is-for-marge '$GITLAB_USER_LOGIN == "marge-bot"'
-      when: never
     # Pipeline for forked project branch
     - if: &is-forked-branch '$CI_COMMIT_BRANCH && $CI_PROJECT_NAMESPACE != "mesa"'
       when: manual



More information about the mesa-commit mailing list