[neon/ubuntu-core] debian: new iteration
Carlos De Maine
null at kde.org
Tue Apr 30 05:12:36 BST 2024
Git commit 1d4c52b439372fd7965177f87e2a1e7f336b42df by Carlos De Maine.
Committed on 30/04/2024 at 04:12.
Pushed by carlosdem into branch 'master'.
new iteration
M +5 -1 debian/.gitlab-ci-neon.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/1d4c52b439372fd7965177f87e2a1e7f336b42df
diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index cf97109..6ab16b7 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -9,5 +9,9 @@ include:
default:
before_script:
- - echo -e $PRIVATE_KEY | gpg --homedir ~/.snap/gnupg --import
+ - export GNUPGHOME=/home/snaptester/.snap/
+ - gpg --list-keys
+ - echo -e $PRIVATE_KEY | gpg --batch --pinentry-mode loopback --passphrase-fd 0 --import
+ - echo -e $OWNER_TRUST | gpg --import-ownertrust
after_script:
+ - rm -rf /home/snaptester/.snap/gnupg/
\ No newline at end of file
More information about the Neon-commits
mailing list