Change drone runner type
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9cf52441c1
commit
c847ee5e29
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
type: kubernetes
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: projectatomic/dockerfile-lint
|
||||
commands:
|
||||
- dockerfile_lint -p -f ansible.Dockerfile
|
||||
- dockerfile_lint -p -f ansible.Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue