Removed the duplicate env copy/create from ci tests
continuous-integration/drone/pr Build is passing Details

ref #124
This commit is contained in:
Nicolai Ort 2021-01-27 12:06:00 +01:00
parent b92f633d68
commit 08e6e59655
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ steps:
commands:
- git clone $DRONE_REMOTE_URL .
- git checkout $DRONE_SOURCE_BRANCH
- mv .env.ci .env
- name: run tests
image: node:latest
commands: