[gnome-build-meta/barthalion/gottagofast] run full pipeline



commit edebb02511f9dd7103f41defb50ab7d8cd6ba291
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Jul 13 20:14:24 2020 +0200

    run full pipeline

 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f9fe202..4559da0a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,7 @@ default:
 
   - |
     case "$FLATPAK_BRANCH" in
-      master)
+      barthalion*)
         if [ -n "$NIGHTLY_REPO_TOKEN" ]; then
           export REPO_TOKEN=$NIGHTLY_REPO_TOKEN
           export FLAT_MANAGER_SERVER=https://nightly.gnome.org/
@@ -131,7 +131,7 @@ default:
   rules: &flatpak-publish-rules
   - if: $EMERGENCY || $BST_TRACK_TAGS != "False"
     when: never
-  - if: $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_REF_NAME =~ /^gnome-\d-\d\d$/
+  - if: $CI_COMMIT_REF_NAME == "barthalion/gottagofast" || $CI_COMMIT_REF_NAME =~ /^gnome-\d-\d\d$/
 
 #
 # Architecture specific settings
@@ -183,7 +183,7 @@ track:
   retry: 2
   # only run on branches targeting master
   rules:
-  - if: $FLATPAK_BRANCH == 'master' && $CI_MERGE_REQUEST_ID == null
+  - if: $FLATPAK_BRANCH == 'barthalion/gottagofast' && $CI_MERGE_REQUEST_ID == null
   cache: *bst-cache
   artifacts:
     paths:
@@ -241,6 +241,6 @@ flatpak-finish-failed:
   rules:
   - if: $EMERGENCY || $BST_TRACK_TAGS != "False"
     when: never
-  - if: $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_REF_NAME =~ /^gnome-\d-\d\d$/
+  - if: $CI_COMMIT_REF_NAME == "barthalion/gottagofast" || $CI_COMMIT_REF_NAME =~ /^gnome-\d-\d\d$/
     when: on_failure
   <<: *x86_64


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