From 5d95a7cede0b6db755cb8cb6d2adca944e29ed82 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 14 Oct 2022 13:34:09 +0200 Subject: [PATCH] disable lint step --- .woodpecker/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 76a10dfd1..5d52a8c4b 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -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