From ef3fcee2a9cb4dc29e26040f9a9039a1b135edb4 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 11 Dec 2020 20:22:31 +0100 Subject: [PATCH] testing branch parameter --- .drone.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index ba6ff99..166e33e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,14 @@ --- kind: pipeline name: tests:latest - +clone: + branch: $DRONE_SOURCE_BRANCH steps: -- name: checkout pr - image: alpine/git - commands: - - git checkout $DRONE_SOURCE_BRANCH +# - name: checkout pr +# image: alpine/git +# commands: +# - git clone $DRONE_REMOTE_URL +# - git checkout - name: run tests image: node:alpine commands: