test/.drone.yml
admin 4c7e0d5fa8
Some checks reported errors
continuous-integration/drone/push Build encountered an error
更新 .drone.yml
2025-03-25 10:10:13 +00:00

15 lines
267 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: clone
image: drone/git
settings:
depth: 50
- name: simple-test
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17
commands:
- echo "临时测试成功"