switched to custom clone logic
Some checks failed
continuous-integration/drone/pr Build is failing

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

View File

@ -2,13 +2,13 @@
kind: pipeline kind: pipeline
name: tests:latest name: tests:latest
clone: clone:
branch: $DRONE_SOURCE_BRANCH disable: true
steps: steps:
# - name: checkout pr - name: checkout pr
# image: alpine/git image: alpine/git
# commands: commands:
# - git clone $DRONE_REMOTE_URL - git clone $DRONE_REMOTE_URL
# - git checkout - git checkout $DRONE_SOURCE_BRANCH
- name: run tests - name: run tests
image: node:alpine image: node:alpine
commands: commands: