From 8fde4de07f4af657c4249d8efe25c76f68c1d6f7 Mon Sep 17 00:00:00 2001 From: Alasan <249001660@qq.com> Date: Thu, 30 May 2024 08:09:08 +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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Alasan/location/drone.yaml b/Alasan/location/drone.yaml index eea8bb9..06675a1 100644 --- a/Alasan/location/drone.yaml +++ b/Alasan/location/drone.yaml @@ -8,6 +8,12 @@ steps: image: alpine/git commands: - git clone -b master http://119.91.37.71:3000/Alasan/location.git +- name: wgetDist + image: linux + commands: + - echo "start" + - wget http://119.91.37.71:90/simp/location/simplocation.zip && unzip simplocation.zip + - echo "end" - name: publish image: plugins/docker pull: if-not-exists