Removed current folder parameter

Former-commit-id: 514009caeef9e4d513b4f759f1272bea1919aee8
This commit is contained in:
Forest Anderson 2019-04-24 15:13:03 -04:00 committed by Forest
parent 007a7c7fe5
commit 3d9c8b5faf

View File

@ -13,7 +13,7 @@ before_script:
- if [ -d .git ]; then
echo "is git dir";
else
git clone $CI_REPOSITORY_URL . ;
git clone $CI_REPOSITORY_URL;
fi;
- rm -f .git/index.lock
- rm -f .git/shallow.lock