添加 .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
commit
93c5d95f59
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: simple-test
|
||||||
|
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17
|
||||||
|
commands:
|
||||||
|
- echo "临时测试成功"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: run
|
||||||
|
host:
|
||||||
|
path: /var/run/docker.sock
|
||||||
Loading…
x
Reference in New Issue
Block a user