From 68fad5c7f70f0dc3687002794801eafa0d69c66c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 14 Mar 2025 11:33:48 +0100 Subject: [PATCH] gitlab-ci: delete extraneous keystore key from PUBLISH job repo_keyalias is set in tests/config.yml, so this does not need to fake the fdroiddata value. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42833779..a176097f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -760,9 +760,6 @@ PUBLISH: # silence warnings - chmod 0600 config.yml config/*.yml config/*/*.yml - chmod 0700 $gpghome - # make fake 'ciarang' index signing key - - keytool -keyclone -alias 4e7da5b7 -dest ciarang - -keypass:env keypass -new:env keypass -storepass:env keystorepass -keystore $keystore - export PATH=$CI_PROJECT_DIR:$PATH