Skip to content

Commit

Permalink
Dev: git clone depth=1, not 50 (travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Dec 28, 2017
1 parent ccc43ae commit 7dc740d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/travis/travis_setup.sh
Expand Up @@ -7,7 +7,7 @@
# docker run --name travis-debug -dit travisci/ci-garnet:packer-1512502276-986baf0 /sbin/init
# docker exec -it travis-debug bash -l
# su - travis
# git clone --depth=50 --branch=master https://github.com/LimeSurvey/LimeSurvey.git LimeSurvey/LimeSurvey
# git clone --depth=1 --branch=master https://github.com/LimeSurvey/LimeSurvey.git LimeSurvey/LimeSurvey
# cd LimeSurvey/LimeSurvey
# chmod +x tests/data/travis/travis_setup.sh
# ./tests/data/travis/travis_setup.sh
Expand Down

0 comments on commit 7dc740d

Please sign in to comment.