CI_Test/.drone.yml

13 lines
143 B
YAML
Raw Normal View History

2022-12-05 04:06:56 +00:00
kind: pipeline
type: docker
name: default
steps:
2022-12-05 07:01:10 +00:00
- 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 07:01:10 +00:00
- apk add bash
2022-12-05 04:32:48 +00:00
- bash
2022-12-05 04:06:56 +00:00
- echo $0
2022-12-05 07:02:59 +00:00
- ip a