From a2a3b35702c94df97f499a84e5da1e117ae6b24b Mon Sep 17 00:00:00 2001 From: opheugene Date: Thu, 3 Sep 2020 13:18:14 +0300 Subject: [PATCH] 02: set core.autocrlf to false --- tests/bin/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/bin/install.sh b/tests/bin/install.sh index 668cd80..94e921f 100644 --- a/tests/bin/install.sh +++ b/tests/bin/install.sh @@ -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