This commit is contained in:
parent
0234af98b3
commit
b7cb6a87b5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user