Remove unrelated changes to cypress config

This commit is contained in:
mattwr18 2020-01-20 10:17:21 +01:00
parent 1da872ba1e
commit 8750df1aff
2 changed files with 1 additions and 6 deletions

View File

@ -12,7 +12,7 @@ install:
- yarn global add wait-on
# Install Codecov
- yarn install
- cp cypress.env.template.json cypress.env.json
- cp backend/.env.template backend/.env
before_script:
- docker-compose -f docker-compose.yml build --parallel

View File

@ -1,5 +0,0 @@
{
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USERNAME": "neo4j",
"NEO4J_PASSWORD": "letmein"
}