mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Changed directory
Former-commit-id: c44614852afe13acf613d756dccd31d8d1cfead4
This commit is contained in:
parent
3d9c8b5faf
commit
6afc385019
@ -9,11 +9,12 @@ stages:
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
before_script:
|
||||
- cd /cache
|
||||
- mkdir -p /cache/veloren
|
||||
- cd /cache/veloren
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user