This commit is contained in:
parent
2bf365269b
commit
67260a2559
13
.drone.yml
13
.drone.yml
@ -15,3 +15,16 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- npm install axios
|
- npm install axios
|
||||||
- node tools/check_version.js
|
- node tools/check_version.js
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
- name: newRelease
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo "test - new release found"
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
include:
|
||||||
|
- tag
|
Loading…
x
Reference in New Issue
Block a user