[gnome-photos/alatiera/ci-update: 1/2] CI: dont run gitlab enviroments on stable branches



commit 6723f2cff0c6577201997daf590c2a2a08907b7e
Author: Jordan Petridis <jpetridis gnome org>
Date:   Wed Sep 26 18:00:46 2018 +0300

    CI: dont run gitlab enviroments on stable branches
    
    This feature is only usefull if you plan on opening an MR from
    your target branch, which is never the case for stable branches.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 46151db4..52c96af1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,6 +63,7 @@ review:
     except:
         - master@GNOME/gnome-photos
         - tags
+        - gnome-3-.*
 
 stop_review:
     stage: review
@@ -75,3 +76,4 @@ stop_review:
     except:
         - master@GNOME/gnome-photos
         - tags
+        - gnome-3-.*


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]