[gnome-build-meta/alatiera/push-master: 5/17] .gitlab-ci.yml: only pull commit metadata from gbm.gnome.org



commit f9b1989a51aff4e878c20dc7aafd3705b2a4be26
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Tue Sep 11 12:20:56 2018 +0100

    .gitlab-ci.yml: only pull commit metadata from gbm.gnome.org
    
    That's all we need to commit on top of the branches there

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d2d6a5..0ed0230 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,7 +101,7 @@ before_script:
     # Clone the gbm OSTree repo locally
     - ostree init --repo=repo --mode=archive
     - ostree remote add --repo=repo origin "https://${FLATPAK_SERVER_ADDRESS}/repo/"; --no-gpg-verify
-    - ostree pull --repo=repo origin --mirror
+    - ostree pull --repo=repo origin --mirror --commit-metadata-only
 
     # Build the runtimes
     - |


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