Skip to content

Commit

Permalink
remvoing versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
RumenBlack84 committed Sep 12, 2024
1 parent 923cfe5 commit bacc3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TARGET_DIR="/config"
# Check if the directory exists and is a git repository
if [ ! -d "${TARGET_DIR}/.git" ]; then
echo "Repository not found in ${TARGET_DIR}. Cloning..."
git clone --branch ${VERSION} --single-branch https://github.com/username/repository.git "${TARGET_DIR}"
git clone https://github.com/username/repository.git "${TARGET_DIR}"
else
echo "Repository already exists in ${TARGET_DIR}. Skipping clone."
fi
Expand Down

0 comments on commit bacc3cb

Please sign in to comment.