remove --depth 100
This commit is contained in:
parent
d563b2e126
commit
5f9c8bc475
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ function check_and_tag() {
|
||||||
step "test data already tagged, no need to initialize submodule"
|
step "test data already tagged, no need to initialize submodule"
|
||||||
else
|
else
|
||||||
step "tagging test data"
|
step "tagging test data"
|
||||||
git submodule update --depth 100 --init ${REPO_DIR}
|
git submodule update --init ${REPO_DIR}
|
||||||
cd ${REPO_DIR}/
|
cd ${REPO_DIR}/
|
||||||
git remote set-url origin git@github.com:mapnik/${REPO_NAME}
|
git remote set-url origin git@github.com:mapnik/${REPO_NAME}
|
||||||
git tag ${MAPNIK_VERSION} -a -m "tagging for ${MAPNIK_VERSION}"
|
git tag ${MAPNIK_VERSION} -a -m "tagging for ${MAPNIK_VERSION}"
|
||||||
|
|
Loading…
Reference in a new issue