From adbfd50e0243bd32de147d036194c505fe4d664d Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 7 Nov 2021 17:11:59 +0100 Subject: [PATCH] added wget to dependencies --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6047fe8..62ca2ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,12 +7,12 @@ steps: - name: Download GeoLite.mmdb image: ubuntu:latest commands: + - apt-get install -y wget - wget -nv -O- "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-ASN&license_key=$LICENSE_KEY&suffix=tar.gz" | tar zxv - wget -nv -O- "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=$LICENSE_KEY&suffix=tar.gz" | tar zxv - wget -nv -O- "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&license_key=$LICENSE_KEY&suffix=tar.gz" | tar zxv - mkdir -p upload - cp -v GeoLite*/*.mmdb upload - - echo test - name: release image: plugins/gitea-release settings: