02: set core.autocrlf to false
This commit is contained in:
parent
9b6e0be731
commit
a2a3b35702
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ install_woocommerce() {
|
|||
git clone https://github.com/woocommerce/woocommerce.git
|
||||
cd woocommerce
|
||||
|
||||
git status
|
||||
git config core.autocrlf false
|
||||
git status
|
||||
|
||||
if [[ ! $WC_VERSION == 'latest' ]]; then
|
||||
git checkout $WC_VERSION
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue