[neon/ubuntu-core] debian: before
Carlos De Maine
null at kde.org
Thu Apr 25 07:05:06 BST 2024
Git commit 16ea28201e2503cf0e9bee817f3a72cc7f4f0326 by Carlos De Maine.
Committed on 25/04/2024 at 06:05.
Pushed by carlosdem into branch 'master'.
before
M +2 -3 debian/.gitlab-ci-neon.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/16ea28201e2503cf0e9bee817f3a72cc7f4f0326
diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 1d94676..ce7c8d1 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -1,5 +1,7 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
+before_script:
+ - echo -e $PRIVATE_KEY | gpg --homedir ~/.snap/gnupg --import
include:
- project: sysadmin/ci-utilities
@@ -7,8 +9,5 @@ include:
- /gitlab-templates/snap-image-dangerous.yml
# - /gitlab-templates/snap-image-signed.yml
-before_script:
- - echo -e $PRIVATE_KEY | gpg --homedir ~/.snap/gnupg --import
-
after_script:
- rm -rf ~/.snap/gnupg
\ No newline at end of file
More information about the Neon-commits
mailing list