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