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