Skip to content
Snippets Groups Projects
Commit b09872e7 authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

travis-ci fix git shallow clone for git ver (#4885)

parent c2825f70
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@ cache:
before_install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
git fetch --all --tags --unshallow
cd ${TRAVIS_BUILD_DIR}
&& git fetch --unshallow && git fetch --all --tags
&& docker pull ${DOCKER_REPO}
;
elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment