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
1 changed files with 2 additions and 0 deletions

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