Removed current folder parameter

Former-commit-id: 507c856d9e06a74e8e8241091deb49439012c300
This commit is contained in:
Forest Anderson 2019-04-24 15:13:03 -04:00
parent 5ac49c15a3
commit 944bbdbecc

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