[gnome-build-meta/alatiera/push-master: 3/13] CI: Push to the ostree repo only from the staging branch



commit 033823d543e8a1922e103760ecea91d270c686eb
Author: Jordan Petridis <jpetridis gnome org>
Date:   Mon Sep 10 21:12:46 2018 +0300

    CI: Push to the ostree repo only from the staging branch
    
    Quick workaround to allow us to move fast, and get the 3.30 release
    out of the door. Ideally we would have a separate job that uses
    protected branches and gitlabci `only:` conditionals

 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be9f286..1d2d6a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -114,7 +114,10 @@ before_script:
 
     # push the resulting runtimes to gbm.gnome.org
     # FIXME: Only push from protected branches
-    - ostree-releng-scripts/rsync-repos --src repo/ --dest gbm-builder.gnome.org:public_html/repo/
+    - |
+      if [[ ${CI_COMMIT_REF_NAME} == "staging-3-30" ]]; then
+        ostree-releng-scripts/rsync-repos --src repo/ --dest gbm-builder.gnome.org:public_html/repo/
+      fi
 
   # Store all the downloaded git and ostree repos in the distributed cache.
   # This saves us fetching them from the different repos and further afield


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