Browse Source

fix: ci

pull/1/head
Your Name 2 years ago
parent
commit
326123e5d8
  1. 3
      .drone.yml

3
.drone.yml

@ -27,6 +27,9 @@ steps:
- name: "Checkout"
image: registry.cn-hangzhou.aliyuncs.com/qmiot/init:alpine-git-v2.36.2
pull: if-not-exists
volumes:
- name: gitea
path: /gitea
commands:
- echo 192.168.0.2 git.1000my.com >> /etc/hosts
- ping git.1000my.com -c 1

Loading…
Cancel
Save