Browse Source

fix: ci

master
Your Name 2 years ago
parent
commit
1a4af85b1e
  1. 6
      .drone.yml

6
.drone.yml

@ -18,18 +18,12 @@ volumes:
- name: dockersock
host:
path: /data/drone/docker/sock
- name: gitea
host:
path: /gitea
steps:
- name: "Checkout"
image: registry.cn-hangzhou.aliyuncs.com/qmiot/init:alpine-git-v2.36.2
pull: if-not-exists
volumes:
- name: gitea
path: /root/.ssh/id_rsa
commands:
- echo 192.168.0.2 git.1000my.com >> /etc/hosts
- ping git.1000my.com -c 1

Loading…
Cancel
Save