test/.drone.yml

14 lines
168 B
YAML
Raw Normal View History

2023-08-23 15:16:52 +08:00
kind: pipeline
type: docker
name: Test
clone:
disable: true
steps:
- name: test
pull: if-not-exists
image: alpine
commands:
- whoami
- pwd