mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
Updates Dockerfile to not build ln
We cannot use docker caching with the current circleci plan, so we'll build a lighter image for now
This commit is contained in:
@@ -53,6 +53,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
cp test/pisa/e2e/bitcoin.conf bitcoin_sandbox/
|
cp test/pisa/e2e/bitcoin.conf bitcoin_sandbox/
|
||||||
cp test/pisa/e2e/conf.py bitcoin_sandbox/bitcoin_sandbox/
|
cp test/pisa/e2e/conf.py bitcoin_sandbox/bitcoin_sandbox/
|
||||||
|
cp bitcoin_sandbox/docker/Dockerfile_ubuntu_no_ln bitcoin_sandbox/Dockerfile
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
cd bitcoin_sandbox && python -m bitcoin_sandbox.run_scenarios
|
cd bitcoin_sandbox && python -m bitcoin_sandbox.run_scenarios
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user