Temp fix for git-lfs issue 5749

This commit is contained in:
gqx 2024-06-01 22:22:52 +03:00 committed by GitHub
parent 8aec05af30
commit 082e18d3e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,9 @@ TARGET_DIRECTORY="${11}"
CREATE_TARGET_BRANCH_IF_NEEDED="${12}"
KEEP_GITATTRIBUTES="${13}"
## Temp fix for git-lfs issue 5749
export GIT_CLONE_PROTECTION_ACTIVE=false
if [ -z "$DESTINATION_REPOSITORY_USERNAME" ]
then
DESTINATION_REPOSITORY_USERNAME="$DESTINATION_GITHUB_USERNAME"