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.
This commit is contained in:
Hans-Christoph Steiner 2025-03-14 11:33:48 +01:00
parent 5150c721f4
commit 68fad5c7f7

View File

@ -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