revert: no pipeline trigger constraints
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
482f9fd85f
commit
b3faa26355
13
.drone.yml
13
.drone.yml
@ -3,18 +3,12 @@ kind: pipeline
|
|||||||
name: dockerhub-build-trigger
|
name: dockerhub-build-trigger
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
ref:
|
|
||||||
exclude:
|
|
||||||
- ref/tags/**
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: call webhook
|
- name: call webhook
|
||||||
pull: always
|
pull: always
|
||||||
@ -25,9 +19,14 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- curl -s -X POST $ENDPOINT
|
- curl -s -X POST $ENDPOINT
|
||||||
when:
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- cron
|
- cron
|
||||||
|
ref:
|
||||||
|
exclude:
|
||||||
|
- ref/tags/**
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user