remove unused .env file

This commit is contained in:
poka 2023-03-10 21:18:56 +01:00
parent 8050a44454
commit c25673d754
2 changed files with 1 additions and 1 deletions

BIN
.env

Binary file not shown.

View File

@ -21,7 +21,7 @@ cd ../..
flutter test integration_test/scenarios/$testName.dart && echo '0' > /tmp/geckoTestResult || echo '1' > /tmp/geckoTestResult
# Reset .env
echo "ip_address=127.0.0.1" > .env # not used anymore, host IP is 10.0.2.2
# echo "ip_address=127.0.0.1" > .env # not used anymore, host IP is 10.0.2.2
# Stop Duniter
cd integration_test/duniter