[gnome-runtime-images] ci: stop inspecitng the image after its built



commit 5bb9707eb99b0fe932dd021cc27a185b196275a7
Author: Jordan Petridis <jpetridis gnome org>
Date:   Wed Aug 21 14:16:13 2019 +0300

    ci: stop inspecitng the image after its built
    
    it doesn't seem to be working with the vfs driver anymore
    
    ```
    vfs driver does not support overlay.mountopt options
    ```

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef86e84..73433e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ stages:
           events_logger = "file"
           END
         - podman run --rm ${DOCKERIMAGE} flatpak list --columns=application,branch,arch,active,size
-        - buildah inspect --format "{{.FromImageID}}" ${DOCKERIMAGE}
+        # - buildah inspect --format "{{.FromImageID}}" ${DOCKERIMAGE}
     only:
         - master
         - triggers


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