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: [
|
// depends_on: [
|
||||||
// "deployment",
|
// "deployment",
|
||||||
// ],
|
// ],
|
||||||
|
depends_on: [
|
||||||
|
"linting",
|
||||||
|
],
|
||||||
trigger: {
|
trigger: {
|
||||||
status: [ "success", "failure" ],
|
status: [ "success", "failure" ],
|
||||||
ref: ["refs/heads/master", "refs/tags/**"],
|
ref: ["refs/heads/master", "refs/tags/**"],
|
||||||
|
@ -68,4 +68,7 @@ trigger:
|
|||||||
- success
|
- success
|
||||||
- failure
|
- failure
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- linting
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user