Some checks reported errors
continuous-integration/drone/push Build was killed
11 lines
137 B
YAML
11 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
|