Disable lint-drone from release pipelines (#41899)

This commit is contained in:
Dimitris Sotirakis 2021-11-18 17:32:45 +02:00 committed by GitHub
parent fc3ed34b22
commit 53dc388dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 38 deletions

View File

@ -829,12 +829,6 @@ steps:
- yarn install --immutable
image: grafana/build-container:1.4.5
name: initialize
- commands:
- ./bin/grabpl verify-drone
depends_on:
- grabpl
image: byrnedo/alpine-curl:0.1.8
name: lint-drone
- commands:
- |-
echo -e "unknwon
@ -1219,12 +1213,6 @@ steps:
- grabpl
image: grafana/build-container:1.4.5
name: initialize
- commands:
- ./bin/grabpl verify-drone
depends_on:
- grabpl
image: byrnedo/alpine-curl:0.1.8
name: lint-drone
- commands:
- |-
echo -e "unknwon
@ -1786,12 +1774,6 @@ steps:
- yarn install --immutable
image: grafana/build-container:1.4.5
name: initialize
- commands:
- ./bin/grabpl verify-drone
depends_on:
- grabpl
image: byrnedo/alpine-curl:0.1.8
name: lint-drone
- commands:
- |-
echo -e "unknwon
@ -2165,12 +2147,6 @@ steps:
- grabpl
image: grafana/build-container:1.4.5
name: initialize
- commands:
- ./bin/grabpl verify-drone
depends_on:
- grabpl
image: byrnedo/alpine-curl:0.1.8
name: lint-drone
- commands:
- |-
echo -e "unknwon
@ -2729,12 +2705,6 @@ steps:
- yarn install --immutable
image: grafana/build-container:1.4.5
name: initialize
- commands:
- ./bin/grabpl verify-drone
depends_on:
- grabpl
image: byrnedo/alpine-curl:0.1.8
name: lint-drone
- commands:
- |-
echo -e "unknwon
@ -3080,12 +3050,6 @@ steps:
- grabpl
image: grafana/build-container:1.4.5
name: initialize
- commands:
- ./bin/grabpl verify-drone
depends_on:
- grabpl
image: byrnedo/alpine-curl:0.1.8
name: lint-drone
- commands:
- |-
echo -e "unknwon
@ -3582,6 +3546,6 @@ kind: secret
name: drone_token
---
kind: signature
hmac: b7bd92dbb29abce13354763502ec83aeb6ad6a190193d4d6ac122753b533ceee
hmac: e3031b1f6977cc403c3d24244d8d149b8bc258e74d75c8735c31232d43109ebf
...

View File

@ -85,7 +85,6 @@ def get_steps(edition, ver_mode):
tries = 5
steps = [
lint_drone_step(),
codespell_step(),
shellcheck_step(),
lint_backend_step(edition=edition),