1
0
Fork 0
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:
6543 2022-10-14 13:34:09 +02:00
parent 5a267a5ea8
commit 5d95a7cede
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE

View file

@ -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