mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
fix: git error 128
This commit is contained in:
@@ -138,12 +138,15 @@ main() {
|
||||
branch_info_file=$(mktemp)
|
||||
trap 'rm -f "$branch_info_file"' EXIT
|
||||
|
||||
# Ensure we have all git information
|
||||
git fetch --prune origin || true
|
||||
|
||||
# Validate script requirements
|
||||
validate_requirements
|
||||
|
||||
git config --global user.email "droneci@placeholder.com"
|
||||
git config --global user.name "Drone CI"
|
||||
|
||||
# Ensure we have all git information
|
||||
git fetch --prune origin || true
|
||||
|
||||
# Parse repository information
|
||||
parse_repo_info || exit 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user