mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Removed current folder parameter
Former-commit-id: 507c856d9e06a74e8e8241091deb49439012c300
This commit is contained in:
parent
5ac49c15a3
commit
944bbdbecc
@ -13,7 +13,7 @@ before_script:
|
|||||||
- if [ -d .git ]; then
|
- if [ -d .git ]; then
|
||||||
echo "is git dir";
|
echo "is git dir";
|
||||||
else
|
else
|
||||||
git clone $CI_REPOSITORY_URL . ;
|
git clone $CI_REPOSITORY_URL;
|
||||||
fi;
|
fi;
|
||||||
- rm -f .git/index.lock
|
- rm -f .git/index.lock
|
||||||
- rm -f .git/shallow.lock
|
- rm -f .git/shallow.lock
|
||||||
|
Loading…
Reference in New Issue
Block a user