mirror of
https://github.com/oDinZu/natural-earth-vector.git
synced 2025-02-22 00:04:57 -05:00
docker: some minor fixes
This commit is contained in:
parent
05a3a51591
commit
fe38bc987f
24
.dockerignore
Normal file
24
.dockerignore
Normal file
@ -0,0 +1,24 @@
|
||||
.git/*
|
||||
archive/*
|
||||
intermediate/*
|
||||
backup/*
|
||||
|
||||
|
||||
10m_cultural/*
|
||||
110m_physical/*
|
||||
archive/*
|
||||
geojson/*
|
||||
live/*
|
||||
packages/*
|
||||
x_tempshape/*
|
||||
10m_physical/*
|
||||
50m_cultural/*
|
||||
housekeeping/*
|
||||
live_ne/*
|
||||
updates/*
|
||||
zip/*
|
||||
110m_cultural/*
|
||||
50m_physical/*
|
||||
tools/*
|
||||
zips/*
|
||||
|
@ -112,6 +112,8 @@ matrix:
|
||||
- nedocker=YES
|
||||
sudo: required
|
||||
before_install:
|
||||
- docker build -t ne_py3wikdata .
|
||||
- docker version
|
||||
- docker build -t ne_py3wikidata .
|
||||
- docker images
|
||||
script:
|
||||
- docker run -it -v $(pwd):/ne ne_py3wikdata bash run_all.sh
|
||||
- docker run -it -v $(pwd):/ne ne_py3wikidata bash run_all.sh
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
python3 ./tools/wikidata/platform_debug_info.py
|
||||
time ./tools/wikidata/update.sh fetch
|
||||
@ -6,4 +7,4 @@ time ./tools/wikidata/update.sh write
|
||||
cat x_tempshape/update.md
|
||||
cp -r x_tempshape/10m_cultural/* 10m_cultural/
|
||||
cp -r x_tempshape/10m_physical/* 10m_physical/
|
||||
make clean all
|
||||
make clean all
|
||||
|
Loading…
x
Reference in New Issue
Block a user