testing branch parameter
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Nicolai Ort 2020-12-11 20:22:31 +01:00
parent 61b2baaee7
commit ef3fcee2a9
1 changed files with 7 additions and 5 deletions

View File

@ -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: