From 3503df5ec858b3eec8384964bbdb659e57a58067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Sun, 1 Dec 2024 00:18:58 +0800 Subject: [PATCH] test2 --- .drone.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) 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