test/.drone.yml
duxiaokang 08e400487d
All checks were successful
continuous-integration/drone/push Build is passing
提交drone
2023-08-23 15:16:52 +08:00

14 lines
168 B
YAML

kind: pipeline
type: docker
name: Test
clone:
disable: true
steps:
- name: test
pull: if-not-exists
image: alpine
commands:
- whoami
- pwd