Skip to content

Commit

Permalink
Merge pull request #115 from websharks/feature/114
Browse files Browse the repository at this point in the history
Bug fix in lite clone. See: #114
  • Loading branch information
jaswsinc authored Jun 18, 2016
2 parents 47050b3 + 7abca15 commit 8b39256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psr4/targets/releases/lite-repo-update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<echo msg="Cloning remote lite repo for local update routines that follow." />

<delete dir="${_releases_lite_repo_update_dir}" includeEmptyDirs="true" quiet="true" />
<exec command="git clone '${_releases_lite_repo_update_remote}' '${_releases_lite_repo_update_dir}' --depth=1 --no-single-branch" checkReturn="true" />
<exec command="git clone '${_releases_lite_repo_update_remote}' '${_releases_lite_repo_update_dir}' --depth=1" checkReturn="true" />

<!-- Make sure the repo has a dev and master branch that we can work with below. -->
<!-- Also make sure that we start (always) from the 000000-dev branch for remaining routines. -->
Expand Down

0 comments on commit 8b39256

Please sign in to comment.