mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Make lint-drone depend on compile-build-cmd (#55174)
This commit is contained in:
parent
65bdee3a90
commit
244ccead9d
@ -31,7 +31,7 @@ steps:
|
|||||||
- commands:
|
- commands:
|
||||||
- ./bin/build verify-drone
|
- ./bin/build verify-drone
|
||||||
depends_on:
|
depends_on:
|
||||||
- grabpl
|
- compile-build-cmd
|
||||||
image: byrnedo/alpine-curl:0.1.8
|
image: byrnedo/alpine-curl:0.1.8
|
||||||
name: lint-drone
|
name: lint-drone
|
||||||
trigger:
|
trigger:
|
||||||
@ -939,7 +939,7 @@ steps:
|
|||||||
- commands:
|
- commands:
|
||||||
- ./bin/build verify-drone
|
- ./bin/build verify-drone
|
||||||
depends_on:
|
depends_on:
|
||||||
- grabpl
|
- compile-build-cmd
|
||||||
image: byrnedo/alpine-curl:0.1.8
|
image: byrnedo/alpine-curl:0.1.8
|
||||||
name: lint-drone
|
name: lint-drone
|
||||||
trigger:
|
trigger:
|
||||||
@ -5062,6 +5062,6 @@ kind: secret
|
|||||||
name: packages_secret_access_key
|
name: packages_secret_access_key
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 2f2295555b64af31bf1e0418463e642eb41f2a0089ed9250fe99743367c11ded
|
hmac: a53ea9eebb70e652a3d3165d0ee31cb6b5057bf40b6109c0d53a9d9610f4d073
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -167,7 +167,7 @@ def lint_drone_step():
|
|||||||
'./bin/build verify-drone',
|
'./bin/build verify-drone',
|
||||||
],
|
],
|
||||||
'depends_on': [
|
'depends_on': [
|
||||||
'grabpl',
|
'compile-build-cmd',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user