[gnome-build-meta/valentindavid/publish-vm-ostree] Force pushing all OSTree refs



commit bbaaea416773dd305a5818d1330abfcdf45e0f8f
Author: Valentin David <valentin david codethink co uk>
Date:   Mon Jul 20 17:00:44 2020 +0200

    Force pushing all OSTree refs

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4fbddb8f..5a49899b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -187,7 +187,8 @@ default:
   - flatpak build-commit-from --src-repo=checkout-devel-repo/ repo/
   - rm -rf checkout-devel-repo/
 
-  - flat-manager-client push $(cat build.txt) repo/
+  - flat-manager-client push $(cat build.txt) repo/ $(ostree --repo=repo/ refs)
+
   rules: &ostree-publish-rules
   - if: $CI_COMMIT_REF_NAME == "master"
   - if: $CI_COMMIT_REF_NAME == "valentindavid/publish-vm-ostree" && $CI_MERGE_REQUEST_ID == null


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