[gnome-build-meta/barthalion/drop-static-delta-check] .gitlab-ci/flat-manager.yml: Drop static delta check




commit 5e213787bd380a3abd44ed0fff00eec0e492c6d4
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu May 13 15:00:23 2021 +0200

    .gitlab-ci/flat-manager.yml: Drop static delta check
    
    It has been introduced to catch where repo corruption was happening,
    but since then 1) it was fixed on runners 2) "ostree fsck" alone is
    enough to prevent it from being pushed again

 .gitlab-ci/flat-manager.yml | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/.gitlab-ci/flat-manager.yml b/.gitlab-ci/flat-manager.yml
index 0b61347e..24cc6763 100644
--- a/.gitlab-ci/flat-manager.yml
+++ b/.gitlab-ci/flat-manager.yml
@@ -37,10 +37,6 @@ default:
   - ostree fsck --repo repo/ --all
   - flatpak build-update-repo --generate-static-deltas repo/
 
-  - mkdir -p testrepo
-  - ostree --repo=testrepo init --mode=bare-user-only
-  - ostree --repo=repo refs | grep '^runtime/' | xargs ostree --repo=testrepo pull-local 
--require-static-deltas --untrusted --disable-fsync repo
-
   - flat-manager-client push $(cat build.txt) repo/
   environment:
     name: $ENVIRONMENT_NAME


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