Fix wrong path in clone
This commit is contained in:
parent
0354046e3c
commit
3aeac81cf4
@ -16,7 +16,7 @@ repositoryFolder="$WORKDIR/.build/repository"
|
|||||||
# --- SOURCES ---
|
# --- SOURCES ---
|
||||||
# Get sources locally
|
# Get sources locally
|
||||||
if ! [ -d "$repositoryFolder" ]; then
|
if ! [ -d "$repositoryFolder" ]; then
|
||||||
git clone "${GIT_REPOSITORY}" .
|
git clone "${GIT_REPOSITORY}" "$repositoryFolder"
|
||||||
cloned=True
|
cloned=True
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user