Fixed LF Sequencing

This commit is contained in:
Nicole Rappe 2024-05-07 13:44:08 -06:00
parent 82d99e1f85
commit cf1ef7c848

View File

@ -5,9 +5,6 @@ process_repo() {
FULL_REPO_URL=$1
DESTINATION=$2
# Ensure The Repo is marked as Safe by Git
# git config --global --add safe.directory /srv/Repo_Cache/docs
# Extract the URL without credentials for logging and notifications
CLEAN_REPO_URL=$(echo "$FULL_REPO_URL" | sed 's/https:\/\/[^@]*@/https:\/\//')