fixed typo
Some checks failed
continuous-integration/drone/pr Build is failing

ref #23
This commit is contained in:
Nicolai Ort 2020-12-11 20:24:03 +01:00
parent 553a35bb8e
commit a83a23a647

View File

@ -7,7 +7,7 @@ steps:
- name: checkout pr
image: alpine/git
commands:
- git clone $DRONE_REMOTE_URL
- git clone $DRONE_REMOTE_URL .
- git checkout $DRONE_SOURCE_BRANCH
- name: run tests
image: node:alpine