Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Cleaning (#71)
Browse files Browse the repository at this point in the history
* Fixes cleaning sh

* Fixes init
  • Loading branch information
danielwertheim authored Mar 9, 2021
1 parent 15702ce commit ce38d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clean.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git clean -dfx -e clean.sh -e src/IntegrationTests/integrationtests.local.json -e .env
git clean -dfx -e clean.sh -e src/testing/IntegrationTests/integrationtests.local.json -e .env
2 changes: 1 addition & 1 deletion init-local-env.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cp ./resources/.env.sample .env
cp ./resources/integrationtests.local.json.sample ./src/IntegrationTests/integrationtests.local.json
cp ./resources/integrationtests.local.json.sample ./src/testing/IntegrationTests/integrationtests.local.json

0 comments on commit ce38d73

Please sign in to comment.