revert: no CI on tag + general .drone.yml updates
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f944256abf
commit
1459de100d
13
.drone.yml
13
.drone.yml
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: dockerhub-build-trigger
|
name: dockerhub-build-trigger
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
@ -14,11 +15,9 @@ trigger:
|
|||||||
- master
|
- master
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- tag
|
|
||||||
- cron
|
- cron
|
||||||
target:
|
cron:
|
||||||
exclude:
|
- hourly-build
|
||||||
- nightly
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: call webhook
|
- name: call webhook
|
||||||
@ -35,6 +34,7 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: dockerhub-build-trigger-nightly
|
name: dockerhub-build-trigger-nightly
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
@ -65,6 +65,7 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: notifications
|
name: notifications
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
@ -79,7 +80,6 @@ trigger:
|
|||||||
- master
|
- master
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- tag
|
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
- failure
|
- failure
|
||||||
@ -111,6 +111,7 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: notifications-cronbuild
|
name: notifications-cronbuild
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
@ -124,7 +125,6 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
cron:
|
cron:
|
||||||
- hourly
|
|
||||||
- hourly-build
|
- hourly-build
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
@ -156,6 +156,7 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: notifications-cronbuild-nightly
|
name: notifications-cronbuild-nightly
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
Loading…
Reference in New Issue
Block a user