mirror of
https://github.com/grafana/grafana.git
synced 2024-12-23 23:50:28 -06:00
Trigger test release on pkg/cmd/** changes (#53448)
This commit is contained in:
parent
ab739bf0e6
commit
d638cd4fd7
@ -1086,6 +1086,7 @@ steps:
|
||||
paths:
|
||||
include:
|
||||
- .drone.yml
|
||||
- pkg/build/**
|
||||
repo:
|
||||
- grafana/grafana
|
||||
- image: grafana/drone-downstream
|
||||
@ -5145,6 +5146,6 @@ kind: secret
|
||||
name: gcp_upload_artifacts_key
|
||||
---
|
||||
kind: signature
|
||||
hmac: 000a4fa4dc0c88d9ee3d5096a9ded360037e23f4ba91896c02419cd4ccce38c3
|
||||
hmac: 897b1edfa7ffaf637939a7ede5d5aa8a38c828c5b4ac4bc501836b988d295de9
|
||||
|
||||
...
|
||||
|
@ -1185,6 +1185,7 @@ def trigger_test_release():
|
||||
'paths': {
|
||||
'include': [
|
||||
'.drone.yml',
|
||||
'pkg/build/**',
|
||||
]
|
||||
},
|
||||
'repo': [
|
||||
|
Loading…
Reference in New Issue
Block a user