This commit is contained in:
parent
f7db49b554
commit
e39d6dcee3
10
.drone.yml
10
.drone.yml
@ -6,7 +6,7 @@ steps:
|
|||||||
- name: lint
|
- name: lint
|
||||||
image: 06kellyjac/markdownlint-cli
|
image: 06kellyjac/markdownlint-cli
|
||||||
commands:
|
commands:
|
||||||
- markdownlint **/*.md --config .markdownlint.yaml
|
- markdownlint . --config .markdownlint.yaml
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ type: docker
|
|||||||
name: test build
|
name: test build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
- make install -e BUILDDIR=build
|
- make install -e BUILDDIR=build
|
||||||
@ -29,13 +29,12 @@ type: docker
|
|||||||
name: deploy
|
name: deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: build
|
||||||
- name: build
|
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
- make install -e BUILDDIR=build
|
- make install -e BUILDDIR=build
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
@ -54,4 +53,3 @@ trigger:
|
|||||||
- master
|
- master
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user