Compare commits

..

1 Commits

Author SHA1 Message Date
ed1f361f40 feat: first build of ProxLB
Some checks failed
Build / Build on AlmaLinux 8 (pull_request) Failing after 35s
- version 1.0.2
- setup gitea actions workflows
2024-09-07 22:15:44 +10:00

View File

@ -15,7 +15,7 @@ all: download prepare build package
download:
@if [ ! -d "$(REPO_DIR)" ]; then \
echo "Cloning repository..."; \
git clone $(REPO_URL) -C $(REPO_DIR); \
git clone $(REPO_URL) $(REPO_DIR); \
fi
# Prepare directories