From c633b2315956f0ce558a0775f2a4a7a48b58ae6c Mon Sep 17 00:00:00 2001 From: Alexander Brandstedt Date: Tue, 13 Jul 2021 14:53:18 +0200 Subject: [PATCH] remove git config cat --- dist/steps/set_gitcredential.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/steps/set_gitcredential.sh b/dist/steps/set_gitcredential.sh index 3569722b..f45bbd07 100755 --- a/dist/steps/set_gitcredential.sh +++ b/dist/steps/set_gitcredential.sh @@ -13,8 +13,6 @@ else git config --global url."https://ssh:$GIT_CREDENTIAL@github.com/".insteadOf "ssh://git@github.com/" git config --global url."https://git:$GIT_CREDENTIAL@github.com/".insteadOf "git@github.com:" - echo "-------- git credentials ------------" - cat "${XDG_CONFIG_HOME}/.config/git/credentials" fi echo "---------- git config --list -------------"