[neon/ubuntu-core] debian: call image in default

Carlos De Maine null at kde.org
Sun Apr 7 12:48:15 BST 2024


Git commit 530283e93a200302d426288928148ec9ea909b58 by Carlos De Maine.
Committed on 07/04/2024 at 11:48.
Pushed by carlosdem into branch 'master'.

call image in default

M  +3    -1    debian/.gitlab-ci-neon.yml

https://invent.kde.org/neon/ubuntu-core/-/commit/530283e93a200302d426288928148ec9ea909b58

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index f26f5ca..254fa88 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -5,6 +5,7 @@ include:
 default:
   tags:
     - Snap
+  image: docker.io/diddledani/snapcraft:core22
 
 stages:
   - prepare_helper_image
@@ -14,9 +15,10 @@ prepare:
   stage: prepare_helper_image
   script:
     - ls -ls
+
 container: 
   stage: snapcraft
-  image: docker.io/diddledani/snapcraft:core22
+  
   script:
     #- apt install jq ubuntu-image
     - git clone https://invent.kde.org/neon/ubuntu-core.git


More information about the Neon-commits mailing list