We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git config
1 parent 8ce9bfe commit c5d482eCopy full SHA for c5d482e
contrib/containers/guix/scripts/guix-start
@@ -26,7 +26,7 @@ fi
26
# Add safe.directory option only when WORKSPACE_PATH was specified via cmd-line arguments (happens in CI)
27
if [[ -n "${1}" ]]; then
28
# Avoid adding duplicates
29
- git config --global --fixed-value --get safe.directory "${WORKSPACE_PATH}" || \
+ git config --global --fixed-value --get safe.directory "${WORKSPACE_PATH}" >> /dev/null || \
30
(echo "Adding safe.directory" && git config --global --add safe.directory "${WORKSPACE_PATH}")
31
fi
32
0 commit comments