From e53f3597b97245719978eee20275c61637ac2a53 Mon Sep 17 00:00:00 2001 From: Alasan <249001660@qq.com> Date: Fri, 31 May 2024 13:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Alasan/location/drone.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Alasan/location/drone.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Alasan/location/drone.yaml b/Alasan/location/drone.yaml index 9ca23ed..9be9e0f 100644 --- a/Alasan/location/drone.yaml +++ b/Alasan/location/drone.yaml @@ -13,15 +13,16 @@ steps: settings: restore: true mount: - - ./nugetpackages + - ./vendor - name: git pull image: alpine/git commands: - git clone -b master http://119.91.37.71:3000/Alasan/location.git - name: wgetDist - image: ubuntu:latest + image: alpine:3.16 commands: - echo "start" + - apk update && apk add --no-cache wget - wget http://119.91.37.71:90/simp/location/simplocation.zip && unzip simplocation.zip - echo "end" - name: publish @@ -46,7 +47,7 @@ steps: settings: rebuild: true mount: - - ./nugetpackages + - ./vendor volumes: