CI_Test/.drone.yml
nickveliki 80c28fca3e
Some checks reported errors
continuous-integration/drone/push Build was killed
first drone yml
2022-12-05 05:06:56 +01:00

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