[neon/ubuntu-core] debian: refine in regards to https://invent.kde.org/sysadmin/ci-utilities/-/tree/master/gitlab-templates
Carlos De Maine
null at kde.org
Mon Apr 8 10:38:31 BST 2024
Git commit bab0a7fac1822fc2964b3ff428d35fa3046a83a3 by Carlos De Maine.
Committed on 08/04/2024 at 09:38.
Pushed by carlosdem into branch 'master'.
refine in regards to https://invent.kde.org/sysadmin/ci-utilities/-/tree/master/gitlab-templates
M +7 -12 debian/.gitlab-ci-neon.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/bab0a7fac1822fc2964b3ff428d35fa3046a83a3
diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index c1ab770..6704534 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -1,20 +1,15 @@
-# ref: https://docs.gitlab.com/ee/ci/yaml/#includeremote
include:
- remote: 'https://gitlab.com/lucyllewy/snapcraft-multiarch-gitlab-ci/-/raw/main/snapcraft.yml'
default:
tags:
- Snap
- image:
- name: invent-registry.kde.org/sysadmin/ci-images/snap-builder:latest
-stages:
- - snapcraft
-
-container:
- stage: snapcraft
- script:
- - git clone https://invent.kde.org/neon/ubuntu-core.git
- - cd ubuntu-core
- - make dangerous
+snapcraft:
+ stage: deploy
+ image: invent-registry.kde.org/sysadmin/ci-images/snap-builder:latest
+ script:
+ - git clone https://invent.kde.org/neon/ubuntu-core.git
+ - cd ubuntu-core
+ - make dangerous
\ No newline at end of file
More information about the Neon-commits
mailing list