fix wrong pipeline deps
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
b351fba5c0
commit
0b6bc00c80
@ -62,7 +62,7 @@ local PipelineDocumentation = {
|
||||
},
|
||||
],
|
||||
depends_on: [
|
||||
"lint",
|
||||
"linting",
|
||||
],
|
||||
trigger: {
|
||||
ref: ["refs/heads/master", "refs/tags/**", "refs/pull/**"],
|
||||
|
@ -66,7 +66,7 @@ trigger:
|
||||
- "refs/pull/**"
|
||||
|
||||
depends_on:
|
||||
- lint
|
||||
- linting
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -106,6 +106,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 77199d68ee240ed9c7fa6ba902cf10d233bda326834390d60f6066adfad64b39
|
||||
hmac: a4e259823773b8fc0b0cfb6445ed26235552d3a942951c7e02a82bee2b10bb2a
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user