From deb182edda28023d5096b03c530c38e0e73ca7ee Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 23 Jan 2020 20:58:37 +0100 Subject: [PATCH] Updates circle-ci to store keys in data folder --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 12f9be5..2a67e6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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