Added drone pipeline that automaticly runs on prs (or at least it should) #27

Merged
niggl merged 12 commits from feature/23-tests_on_pr into dev 2020-12-11 19:33:43 +00:00
Showing only changes of commit 553a35bb8e - Show all commits

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: