CI_Test/.drone.yml

12 lines
137 B
YAML
Raw Normal View History

2022-12-05 04:06:56 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: test
2022-12-05 04:32:48 +00:00
image: alpine:3.14
2022-12-05 04:06:56 +00:00
commands:
2022-12-05 04:32:48 +00:00
- apk add bash -y
- bash
2022-12-05 04:06:56 +00:00
- echo $0