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