[neon/ubuntu-core] debian: adapt to using new (coming soon) snap-builder image

Carlos De Maine null at kde.org
Mon Apr 8 04:26:56 BST 2024


Git commit 7e778706443302cadd1398319ea3e25de52fadbd by Carlos De Maine.
Committed on 08/04/2024 at 03:26.
Pushed by carlosdem into branch 'master'.

adapt to using new (coming soon) snap-builder image

M  +2    -11   debian/.gitlab-ci-neon.yml

https://invent.kde.org/neon/ubuntu-core/-/commit/7e778706443302cadd1398319ea3e25de52fadbd

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 94bf7a0..f78e6e9 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -6,24 +6,15 @@ default:
   tags:
     - Snap
   image: 
-    name: "docker.io/diddledani/snapcraft:core22"
+    name: registry.kde.org/sysadmin/ci-images/snap-builder:latest
 
 stages:
-  - prepare_helper_image
   - snapcraft
 
-prepare:
-  stage: prepare_helper_image
-  script:
-    - ls -ls
-
 container: 
   stage: snapcraft
-  
   script:
-    #- apt install jq ubuntu-image
     - git clone https://invent.kde.org/neon/ubuntu-core.git
     - cd ubuntu-core
-    #- make dangerous
-    - snapcraft
+    - make dangerous
   
\ No newline at end of file


More information about the Neon-commits mailing list