12 lines
137 B
YAML
12 lines
137 B
YAML
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: test
|
||
|
image: alpine:3.16
|
||
|
commands:
|
||
|
- apk add bash -y
|
||
|
- bash
|
||
|
- echo $0
|