diff --git a/.drone.yml b/.drone.yml index 940e377..c983f2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,24 +2,15 @@ kind: pipeline type: docker name: default -clone: - disable: true - extra_hosts: - - "git.buyusdt.xyz:192.168.31.100" - steps: -- name: test - image: node - commands: - - echo "11" -# - name: copy +- name: copy + image: drone/git:latest # network_mode: host -# image: drone/git:latest # # volumes: # # - name: 1panel-nginx-static # # path: /drone/src/xiezheng_h5 -# commands: -# - echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts + commands: + - echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts # - git config --global http.sslVerify "false" # - pwd # - ls