This commit is contained in:
eric sciple
2025-10-17 16:09:16 +00:00
parent 9f3c810bff
commit 55e3774a3d

View File

@@ -28,7 +28,7 @@ if [ "$?" != "0" ]; then
fi fi
# Try to ls-remote to validate credentials work # Try to ls-remote to validate credentials work
git ls-remote origin | head git ls-remote origin 2>&1 | head
if [ "$?" != "0" ]; then if [ "$?" != "0" ]; then
echo "Failed to validate persisted credential - git ls-remote failed" echo "Failed to validate persisted credential - git ls-remote failed"
popd popd