Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Trigger backend lint on bingo updates #60380

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ trigger:
- go.mod
- public/app/plugins/**/plugin.json
- devenv/**
- .bingo/**
type: docker
volumes:
- host:
Expand Down Expand Up @@ -6444,6 +6445,6 @@ kind: secret
name: packages_secret_access_key
---
kind: signature
hmac: 7045c606549d05fbe66b2e683b318c7063a4e875e1a94168d5f5b03bb7e319c6
hmac: 232bd9c4601917826ebb8fcd50a19fa728a4d65264c20ee9d5d482fb86d6205e

...
1 change: 1 addition & 0 deletions scripts/drone/events/pr.star
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def pr_pipelines():
'go.mod',
'public/app/plugins/**/plugin.json',
'devenv/**',
'.bingo/**',
]
),
ver_mode,
Expand Down