This commit is contained in:
eric sciple
2025-10-15 14:13:56 +00:00
parent 6397f22a4f
commit aa7e6581cb
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ fi
echo "Testing persisted credential"
pushd ./submodules-recursive/submodule-level-1/submodule-level-2
git config --local --name-only --get-regexp http.+extraheader && git fetch
git config --local --name-only --get-regexp '^includeIf\.' && git fetch
if [ "$?" != "0" ]; then
echo "Failed to validate persisted credential"
popd

View File

@ -17,7 +17,7 @@ fi
echo "Testing persisted credential"
pushd ./submodules-true/submodule-level-1
git config --local --name-only --get-regexp http.+extraheader && git fetch
git config --local --name-only --get-regexp '^includeIf\.' && git fetch
if [ "$?" != "0" ]; then
echo "Failed to validate persisted credential"
popd