diff --git a/Alasan/location/drone.yaml b/Alasan/location/drone.yaml index 9ca23ed..9be9e0f 100644 --- a/Alasan/location/drone.yaml +++ b/Alasan/location/drone.yaml @@ -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: