[citemplates/abderrahim/repo-artifact] put the whole repo in the artifacts



commit 2d40567606cee3b98168bf4c9ea356726ac3e341
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sun Jul 21 10:22:38 2019 +0100

    put the whole repo in the artifacts

 flatpak/flatpak_ci_initiative.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/flatpak/flatpak_ci_initiative.yml b/flatpak/flatpak_ci_initiative.yml
index 65743a9..5cc62a5 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -25,6 +25,7 @@
     when: 'always'
     paths:
       - "${BUNDLE}"
+      - 'repo/'
       - '_build/meson-logs/meson-log.txt'
       - '_build/meson-logs/testlog.txt'
     expire_in: 2 days
@@ -74,12 +75,6 @@
   image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/flat-manager-client'
   stage: 'deploy'
   script:
-    - ostree init --repo repo --mode archive
-    - |
-      for BUNDLE in ${BUNDLES}; do
-          flatpak build-import-bundle repo ${BUNDLE}
-      done
-
     - BUILD_ID=$(flat-manager-client create ${FLAT_MANAGER_URL} ${FLATPAK_REPO})
     - flat-manager-client push --commit --publish --wait ${BUILD_ID} repo/ || result=$?
     - flat-manager-client purge ${BUILD_ID}


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