CI_Test/.drone.yml

12 lines
137 B
YAML
Raw Normal View History

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