Sfoglia il codice sorgente

Update capture-build-details.sh

Jonas Björkert 1 anno fa
parent
commit
4ab5ac1e84
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/capture-build-details.sh

+ 1 - 1
scripts/capture-build-details.sh

@@ -32,7 +32,7 @@ else
     # Determine the branch or tag information, or fallback to SHA if in detached state
     git_branch_or_tag="${git_branch:-${git_tag}}"
     if [ -z "${git_branch_or_tag}" ]; then
-        git_branch_or_tag="detached-${git_commit_sha}"
+        git_branch_or_tag="detached"
     fi
 
     # Update BuildDetails.plist with the branch or tag information