Skip to content

Commit

Permalink
use git clone instead of copy for the git folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Sep 27, 2017
1 parent aa7f690 commit 8b8e0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ then
echo "Copying ${PROJECT_GIT_FOLDER_NAME} from Downloads..."
rm -rf "${PROJECT_GIT_FOLDER_PATH}"
mkdir -p "${PROJECT_GIT_FOLDER_PATH}"
cp -R "${PROJECT_GIT_DOWNLOADS_FOLDER_PATH}"/* "${PROJECT_GIT_FOLDER_PATH}"
git clone "${PROJECT_GIT_DOWNLOADS_FOLDER_PATH}" "${PROJECT_GIT_FOLDER_PATH}"

else

Expand Down

0 comments on commit 8b8e0c1

Please sign in to comment.