feat: refactor .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* fix yaml indentation
This commit is contained in:
parent
b242a85230
commit
4e18bba4ac
15
.drone.yml
15
.drone.yml
@ -1,5 +1,6 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: dockerhub-build-trigger
|
||||
|
||||
platform:
|
||||
@ -9,13 +10,6 @@ platform:
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
|
||||
steps:
|
||||
- name: call webhook
|
||||
pull: always
|
||||
@ -27,3 +21,10 @@ steps:
|
||||
- apk add --no-cache curl
|
||||
- curl -sO https://git.dotya.ml/${DRONE_REPO}/raw/branch/master/curl.it
|
||||
- bash ./curl.it $ENDPOINT
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
|
Loading…
Reference in New Issue
Block a user