[neon/ubuntu-core] debian: default:
Carlos De Maine
null at kde.org
Thu Apr 25 07:07:31 BST 2024
Git commit 2c45465a3b6dbd0ac129943cfd34e88400802931 by Carlos De Maine.
Committed on 25/04/2024 at 06:07.
Pushed by carlosdem into branch 'master'.
default:
M +5 -4 debian/.gitlab-ci-neon.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/2c45465a3b6dbd0ac129943cfd34e88400802931
diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index ce7c8d1..37ac61f 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -1,7 +1,5 @@
# 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
@@ -9,5 +7,8 @@ include:
- /gitlab-templates/snap-image-dangerous.yml
# - /gitlab-templates/snap-image-signed.yml
-after_script:
- - rm -rf ~/.snap/gnupg
\ No newline at end of file
+default:
+ 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