[neon/snap-packaging/kf6-snap] debian: proper syntax
Carlos De Maine
null at kde.org
Mon Apr 15 06:24:21 BST 2024
Git commit 7f0282d99fba3ec850a76e0cd26d7ca7b7259f2f by Carlos De Maine.
Committed on 15/04/2024 at 05:24.
Pushed by carlosdem into branch 'master'.
proper syntax
M +3 -2 debian/.gitlab-ci-neon.yml
https://invent.kde.org/neon/snap-packaging/kf6-snap/-/commit/7f0282d99fba3ec850a76e0cd26d7ca7b7259f2f
diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index ff47654..09af7c5 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -4,8 +4,9 @@ include:
- /gitlab-templates/blocks/workflow.yml
snap:
stage: deploy
- image: invent-registry.kde.org/sysadmin/ci-images/snap-builder:latest
- entrypoint "bash"
+ image:
+ name: invent-registry.kde.org/sysadmin/ci-images/snap-builder:latest
+ entrypoint: [""]
rules:
# run the job on mainline branches of mainline repositories
More information about the Neon-commits
mailing list