mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-25 00:29:27 +00:00
Fix when
and depends_on
(#3063)
also close #3060 because it's no longer necessary then --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
136f2db55b
commit
12db130b0b
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,9 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- go mod vendor
|
- go mod vendor
|
||||||
when:
|
when:
|
||||||
- path: *when_path
|
- path:
|
||||||
|
- <<: *when_path
|
||||||
|
- '.woodpecker/**'
|
||||||
|
|
||||||
lint-pipeline:
|
lint-pipeline:
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -130,8 +132,6 @@ steps:
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
- sqlite
|
- sqlite
|
||||||
- postgres
|
|
||||||
- mysql
|
|
||||||
pull: true
|
pull: true
|
||||||
image: docker.io/woodpeckerci/plugin-codecov:2.1.2
|
image: docker.io/woodpeckerci/plugin-codecov:2.1.2
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue