drone CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2020-04-23 04:50:46 -04:00
parent 35215486ec
commit cf99debcb4
Signed by: d
GPG Key ID: 590A22374D0B819F
1 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,10 @@ kind: pipeline
type: docker type: docker
name: default name: default
trigger:
branch:
- master
steps: steps:
- name: build - name: build
image: quackerd/fedora:latest image: quackerd/fedora:latest
@ -20,7 +24,9 @@ trigger:
event: event:
- cron - cron
cron: cron:
- hourly - nightly
branch:
- master
steps: steps:
- name: docker-update - name: docker-update