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