From a83a23a64751db583b693892d83852e0f356a984 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 11 Dec 2020 20:24:03 +0100 Subject: [PATCH] fixed typo ref #23 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b9cf924..cfa0f6e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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