From 7d2efc9f16d0a3d72cf2864c765e98209970af89 Mon Sep 17 00:00:00 2001 From: nr0q Date: Sun, 22 Oct 2023 11:21:01 -0500 Subject: [PATCH] gpg is a pain --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e585092..3880484 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -312,8 +312,8 @@ update_deb_repo: rm Release.gpg apt-ftparchive packages . > Packages apt-ftparchive release . > Release - gpg --batch --no-tty --passphrase ${GPG_PASS} --clearsign -o InRelease Release - gpg --batch --no-tty --passphrase ${GPG_PASS} -abs -o Release.gpg Release + gpg --batch --no-tty --pinentry-mode loopback --passphrase ${GPG_PASS} --clearsign -o InRelease Release + gpg --batch --no-tty --pinentry-mode loopback --passphrase ${GPG_PASS} -abs -o Release.gpg Release if [[ ${CI_COMMIT_TAG} = test_* ]] || [[ ${CI_COMMIT_TAG} = lin_* ]] then gsutil cp ./* gs://debian.gridtracker.org/test/