Updates circle-ci to store keys in data folder

This commit is contained in:
Sergi Delgado Segura
2020-01-23 20:58:37 +01:00
parent a84d753c4a
commit deb182edda

View File

@@ -89,9 +89,8 @@ jobs:
command: |
. venv/bin/activate
cp test/pisa/e2e/pisa-conf.py pisa/conf.py
cd apps/
python3 -m generate_key
python3 -m generate_key -n cli
python3 -m apps.generate_key -d ~/.pisa_btc/
python3 -m apps.generate_key -n cli -d ~/.pisa_btc/
# Run E2E tests