更新 Alasan/location/drone.yaml
This commit is contained in:
parent
1ece99ed21
commit
e53f3597b9
|
@ -13,15 +13,16 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
restore: true
|
restore: true
|
||||||
mount:
|
mount:
|
||||||
- ./nugetpackages
|
- ./vendor
|
||||||
- name: git pull
|
- name: git pull
|
||||||
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
|
- name: wgetDist
|
||||||
image: ubuntu:latest
|
image: alpine:3.16
|
||||||
commands:
|
commands:
|
||||||
- echo "start"
|
- echo "start"
|
||||||
|
- apk update && apk add --no-cache wget
|
||||||
- wget http://119.91.37.71:90/simp/location/simplocation.zip && unzip simplocation.zip
|
- wget http://119.91.37.71:90/simp/location/simplocation.zip && unzip simplocation.zip
|
||||||
- echo "end"
|
- echo "end"
|
||||||
- name: publish
|
- name: publish
|
||||||
|
@ -46,7 +47,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
rebuild: true
|
rebuild: true
|
||||||
mount:
|
mount:
|
||||||
- ./nugetpackages
|
- ./vendor
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue