Compare commits
2 Commits
62ee2fe065
...
72b0ef8b11
Author | SHA1 | Date | |
---|---|---|---|
72b0ef8b11 | |||
3aeac81cf4 |
@ -16,7 +16,7 @@ repositoryFolder="$WORKDIR/.build/repository"
|
||||
# --- SOURCES ---
|
||||
# Get sources locally
|
||||
if ! [ -d "$repositoryFolder" ]; then
|
||||
git clone "${GIT_REPOSITORY}" .
|
||||
git clone "${GIT_REPOSITORY}" "$repositoryFolder"
|
||||
cloned=True
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user