Skip to content

Commit

Permalink
Chore: Trigger backend lint on bingo updates (#60380)
Browse files Browse the repository at this point in the history
Chore: Trigger backend lind on bingo updates
  • Loading branch information
papagian committed Dec 15, 2022
1 parent 06a2943 commit efd827f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit efd827f

Please sign in to comment.