mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
jenkins-test: import secret key into test GNUPGHOME
Can't run `fdroid gpgsign` without a secret key!
This commit is contained in:
parent
39b76b0eda
commit
3d91e6a5b5
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ rm -f config.py keystore.jks
|
||||||
../fdroid update
|
../fdroid update
|
||||||
|
|
||||||
export GNUPGHOME=$WORKSPACE/tests/gnupghome
|
export GNUPGHOME=$WORKSPACE/tests/gnupghome
|
||||||
|
gpg --import $GNUPGHOME/secring.gpg
|
||||||
|
|
||||||
echo "build_server_always = True" >> config.py
|
echo "build_server_always = True" >> config.py
|
||||||
echo "gpghome = '$GNUPGHOME'" >> config.py
|
echo "gpghome = '$GNUPGHOME'" >> config.py
|
||||||
echo "gpgkey = 'CE71F7FB'" >> config.py
|
echo "gpgkey = 'CE71F7FB'" >> config.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue