0

in the first step, Travis CI clones the repo, using this

git clone --branch=master https://github.com/user/repo.git user/repo

how can I change it to

git clone --branch=master https://github.com/user/repo.git custom_directory/repo

  • See [this question](https://stackoverflow.com/questions/32580821/how-can-i-customize-override-the-git-clone-step-in-travis-ci). – Itai Steinherz Jan 21 '19 at 10:45
  • Possible duplicate of [How can I customize / override the "git clone" step in Travis CI?](https://stackoverflow.com/questions/32580821/how-can-i-customize-override-the-git-clone-step-in-travis-ci) – Matthew Jul 05 '19 at 19:47

0 Answers0