This commit is contained in:
parent
51fcfd76c4
commit
204c916c7e
@ -2,9 +2,13 @@
|
||||
kind: pipeline
|
||||
name: test
|
||||
|
||||
workspace:
|
||||
base: "/app"
|
||||
path: "."
|
||||
|
||||
steps:
|
||||
|
||||
- name: shellcheck
|
||||
- name: test
|
||||
image: python:3-alpine
|
||||
commands:
|
||||
- apk add make shellcheck
|
||||
|
Loading…
Reference in New Issue
Block a user