Skip to content

Commit

Permalink
Fixes branch missing for checkout (#8)
Browse files Browse the repository at this point in the history
Refs #7
  • Loading branch information
kghbln authored Sep 13, 2019
1 parent 1dfb03a commit 7bfab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IndividualFileRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo
echo "Cloning and checking out ${mediawiki} MediaWiki:"
echo
cd ${installdirectory}
git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git ${softwaredirectory} --depth 20
git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git ${softwaredirectory} --branch ${mediawiki} --depth 20
cd ${softwaredirectory}
git checkout origin/${mediawiki}
echo "Done."
Expand Down

0 comments on commit 7bfab8e

Please sign in to comment.