Update drone to not publish artifacts for engine tags (#4062)

Signed-off-by: dereknola <derek.nola@suse.com>
pull/4064/head v1.21.5-engine0+k3s1
Derek Nola 2021-09-21 12:40:18 -07:00 committed by GitHub
parent da379fbd19
commit 2914de5297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 14 deletions

View File

@ -38,8 +38,11 @@ steps:
instance:
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
include:
- refs/head/master
- refs/tags/*
exclude:
- ref/tags/*engine*
event:
- tag
@ -56,8 +59,11 @@ steps:
instance:
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
include:
- refs/head/master
- refs/tags/*
exclude:
- ref/tags/*engine*
event:
- tag
@ -86,8 +92,11 @@ steps:
instance:
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
include:
- refs/head/master
- refs/tags/*
exclude:
- ref/tags/*engine*
event:
- tag
@ -134,8 +143,11 @@ steps:
instance:
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
include:
- refs/head/master
- refs/tags/*
exclude:
- ref/tags/*engine*
event:
- tag
@ -152,8 +164,11 @@ steps:
instance:
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
include:
- refs/head/master
- refs/tags/*
exclude:
- ref/tags/*engine*
event:
- tag
@ -213,8 +228,11 @@ steps:
instance:
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
include:
- refs/head/master
- refs/tags/*
exclude:
- ref/tags/*engine*
event:
- tag
@ -305,8 +323,11 @@ trigger:
instance:
- drone-publish.k3s.io
ref:
- refs/head/master
- refs/tags/*
include:
- refs/head/master
- refs/tags/*
exclude:
- ref/tags/*engine*
event:
- tag
@ -340,8 +361,11 @@ trigger:
instance:
- drone-publish.k3s.io
ref:
include:
- refs/head/master
- refs/tags/*
exclude:
- ref/tags/*engine*
event:
- tag