[gbm-web] Move flat-manager to separate directory again



commit 89a527a78d20dc36d7f9b493f92ca12e3197fb7c
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Oct 28 19:07:16 2020 +0100

    Move flat-manager to separate directory again

 .gitlab-ci.yml                                                      | 6 +++++-
 Dockerfile => flat-manager/Dockerfile                               | 0
 gpg-heartbeat.c => flat-manager/gpg-heartbeat.c                     | 0
 .../ppa_alexlarsson_flatpak.list                                    | 0
 4 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bb833d..0446a62 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,11 @@
-docker:
+flat-manager:
   image: 'registry.gitlab.gnome.org/infrastructure/oci-images/buildah:latest'
   stage: test
+  only:
+    changes:
+      - "flat-manager/*"
   script:
+    - cd flat-manager
     - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
     - buildah bud -t flat-manager .
     - buildah tag flat-manager $CI_REGISTRY_IMAGE/flat-manager:$CI_COMMIT_SHORT_SHA 
$CI_REGISTRY_IMAGE/flat-manager:latest
diff --git a/Dockerfile b/flat-manager/Dockerfile
similarity index 100%
rename from Dockerfile
rename to flat-manager/Dockerfile
diff --git a/gpg-heartbeat.c b/flat-manager/gpg-heartbeat.c
similarity index 100%
rename from gpg-heartbeat.c
rename to flat-manager/gpg-heartbeat.c
diff --git a/ppa_alexlarsson_flatpak.list b/flat-manager/ppa_alexlarsson_flatpak.list
similarity index 100%
rename from ppa_alexlarsson_flatpak.list
rename to flat-manager/ppa_alexlarsson_flatpak.list


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