From 0ac9cc091a39218d6302c4168e7781374f1c3bee Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 19 Jun 2017 10:37:59 +0200 Subject: [PATCH] remove `depth` setting from `git subodule update` --- scripts/publish_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish_release.sh b/scripts/publish_release.sh index 7ff874996..3bc2de1d9 100755 --- a/scripts/publish_release.sh +++ b/scripts/publish_release.sh @@ -71,7 +71,7 @@ function check_and_tag() { step "test data already tagged, no need to initialize submodule" else step "tagging test data" - git submodule update --depth 100 --init ${REPO_DIR} + git submodule update --init ${REPO_DIR} cd ${REPO_DIR}/ git remote set-url origin git@github.com:mapnik/${REPO_NAME} git tag ${MAPNIK_VERSION} -a -m "tagging for ${MAPNIK_VERSION}"