更新 Alasan/location/drone.yaml
This commit is contained in:
parent
1ece99ed21
commit
e53f3597b9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue