[make release] add variant, increase depth to avoid (likely) checkout problems of test data [skip ci]
This commit is contained in:
parent
a4d7f03bb6
commit
e836836bdc
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -24,7 +24,8 @@ release:
|
||||||
git clone --depth 1 --branch v$${MAPNIK_VERSION} git@github.com:mapnik/mapnik.git $${TARBALL_NAME} && \
|
git clone --depth 1 --branch v$${MAPNIK_VERSION} git@github.com:mapnik/mapnik.git $${TARBALL_NAME} && \
|
||||||
cd $${TARBALL_NAME} && \
|
cd $${TARBALL_NAME} && \
|
||||||
git checkout "tags/v$${MAPNIK_VERSION}" && \
|
git checkout "tags/v$${MAPNIK_VERSION}" && \
|
||||||
git submodule update --depth 1 --init && \
|
git submodule update --depth 100 --init && \
|
||||||
|
rm -rf deps/mapbox/variant/.git && \
|
||||||
rm -rf test/data/.git && \
|
rm -rf test/data/.git && \
|
||||||
rm -rf test/data/.gitignore && \
|
rm -rf test/data/.gitignore && \
|
||||||
rm -rf test/data-visual/.git && \
|
rm -rf test/data-visual/.git && \
|
||||||
|
|
Loading…
Reference in a new issue