更新 Alasan/location/drone.yaml

This commit is contained in:
Alasan 2024-05-30 08:09:08 +08:00
parent 49a1ba710a
commit 8fde4de07f
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ steps:
image: alpine/git image: alpine/git
commands: commands:
- git clone -b master http://119.91.37.71:3000/Alasan/location.git - 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 - name: publish
image: plugins/docker image: plugins/docker
pull: if-not-exists pull: if-not-exists