fix drone pipeline dependencies
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
94d2c22fc5
commit
0d3ac83fd1
@ -99,6 +99,9 @@ local PipelineNotifications = {
|
||||
// depends_on: [
|
||||
// "deployment",
|
||||
// ],
|
||||
depends_on: [
|
||||
"linting",
|
||||
],
|
||||
trigger: {
|
||||
status: [ "success", "failure" ],
|
||||
ref: ["refs/heads/master", "refs/tags/**"],
|
||||
|
@ -68,4 +68,7 @@ trigger:
|
||||
- success
|
||||
- failure
|
||||
|
||||
depends_on:
|
||||
- linting
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user