Put lint command in own step
continuous-integration/drone Build is failing Details

This commit is contained in:
Madis Mägi 2022-02-20 16:39:34 +02:00
parent 0234af98b3
commit b7cb6a87b5
1 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,10 @@ type: kubernetes
name: default
steps:
- name: lint
image: ubuntu
commands:
- sh "pre-commit run --all-files"
- name: docker
image: plugins/docker
settings:
@ -15,4 +19,3 @@ steps:
password:
from_secret: docker_password
commands:
- sh "pre-commit run --all-files"