This commit is contained in:
parent
9a779fdb2c
commit
adbfd50e02
@ -7,12 +7,12 @@ steps:
|
|||||||
- name: Download GeoLite.mmdb
|
- name: Download GeoLite.mmdb
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
commands:
|
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-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
|
||||||
- wget -nv -O- "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&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
|
- mkdir -p upload
|
||||||
- cp -v GeoLite*/*.mmdb upload
|
- cp -v GeoLite*/*.mmdb upload
|
||||||
- echo test
|
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user