Compare commits

..

No commits in common. "72b0ef8b11f3da167fc0842c406b2a3af3ac63af" and "62ee2fe06511ed5f33fc00d62e3e41fda3395e2b" have entirely different histories.

View File

@ -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}" "$repositoryFolder" git clone "${GIT_REPOSITORY}" .
cloned=True cloned=True
fi fi