This commit is contained in:
parent
61b2baaee7
commit
ef3fcee2a9
12
.drone.yml
12
.drone.yml
@ -1,12 +1,14 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: tests:latest
|
name: tests:latest
|
||||||
|
clone:
|
||||||
|
branch: $DRONE_SOURCE_BRANCH
|
||||||
steps:
|
steps:
|
||||||
- name: checkout pr
|
# - name: checkout pr
|
||||||
image: alpine/git
|
# image: alpine/git
|
||||||
commands:
|
# commands:
|
||||||
- git checkout $DRONE_SOURCE_BRANCH
|
# - git clone $DRONE_REMOTE_URL
|
||||||
|
# - git checkout
|
||||||
- name: run tests
|
- name: run tests
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user