mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Removed current folder parameter
Former-commit-id: 514009caeef9e4d513b4f759f1272bea1919aee8
This commit is contained in:
parent
007a7c7fe5
commit
3d9c8b5faf
@ -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