[gnome-build-meta/barthalion/gottagofast] keep flatpak branch as master



commit c7c9dbeab0f67e548cc5055fd5c39c49c8220706
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Jul 13 20:18:02 2020 +0200

    keep flatpak branch as master

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4559da0a..455e848c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-variables:
+FLATPAK_BRANCH:variables:
   # Store all the bst stuff under the "${CI_PROJECT_DIR}" directory.
   # Note that GitLab CI will only cache stuff inside the "${CI_PROJECT_DIR}" folder.
   XDG_CACHE_HOME: "${CI_PROJECT_DIR}/cache"
@@ -47,7 +47,7 @@ default:
 
   - |
     case "$FLATPAK_BRANCH" in
-      barthalion*)
+      master)
         if [ -n "$NIGHTLY_REPO_TOKEN" ]; then
           export REPO_TOKEN=$NIGHTLY_REPO_TOKEN
           export FLAT_MANAGER_SERVER=https://nightly.gnome.org/
@@ -183,7 +183,7 @@ track:
   retry: 2
   # only run on branches targeting master
   rules:
-  - if: $FLATPAK_BRANCH == 'barthalion/gottagofast' && $CI_MERGE_REQUEST_ID == null
+  - if: $FLATPAK_BRANCH == 'master' && $CI_MERGE_REQUEST_ID == null
   cache: *bst-cache
   artifacts:
     paths:


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