CI_Test/.drone.yml

13 lines
143 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: alpine:3.14
commands:
- apk add bash
- bash
- echo $0
- ip a