This commit is contained in:
parent
adbfd50e02
commit
6ddcb5204b
@ -7,6 +7,7 @@ steps:
|
|||||||
- name: Download GeoLite.mmdb
|
- name: Download GeoLite.mmdb
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update
|
||||||
- apt-get install -y wget
|
- 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-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-City&license_key=$LICENSE_KEY&suffix=tar.gz" | tar zxv
|
||||||
|
Loading…
Reference in New Issue
Block a user