1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

jenkins-test: import secret key into test GNUPGHOME

Can't run `fdroid gpgsign` without a secret key!
This commit is contained in:
Hans-Christoph Steiner 2017-12-20 13:35:20 +01:00
parent 39b76b0eda
commit 3d91e6a5b5

View File

@ -35,6 +35,8 @@ rm -f config.py keystore.jks
../fdroid update
export GNUPGHOME=$WORKSPACE/tests/gnupghome
gpg --import $GNUPGHOME/secring.gpg
echo "build_server_always = True" >> config.py
echo "gpghome = '$GNUPGHOME'" >> config.py
echo "gpgkey = 'CE71F7FB'" >> config.py