mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-12 23:04:10 +00:00
disable lint step
This commit is contained in:
parent
5a267a5ea8
commit
5d95a7cede
1 changed files with 7 additions and 7 deletions
|
@ -30,13 +30,13 @@ pipeline:
|
|||
when:
|
||||
path: *when_path
|
||||
|
||||
lint:
|
||||
image: *golang_image
|
||||
group: test
|
||||
commands:
|
||||
- make lint
|
||||
when:
|
||||
path: *when_path
|
||||
# lint:
|
||||
# image: *golang_image
|
||||
# group: test
|
||||
# commands:
|
||||
# - make lint
|
||||
# when:
|
||||
# path: *when_path
|
||||
|
||||
test:
|
||||
image: *golang_image
|
||||
|
|
Loading…
Reference in a new issue