From 6ab45a4c9b00b2e41541a3ae6f5ac26423048c88 Mon Sep 17 00:00:00 2001 From: Andrii Sosiuk <andrii.sosiuk@seco.com> Date: Fri, 5 Jul 2024 13:30:01 +0000 Subject: [PATCH] YT-190 Enable credential.useHttpPath for git credential manages in CI pipeline --- build-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-pipeline.yml b/build-pipeline.yml index b2b33590..75823cae 100644 --- a/build-pipeline.yml +++ b/build-pipeline.yml @@ -48,6 +48,7 @@ workflow: .setup_git_credentials: &setup_git_credentials - echo "Setup Git Credentials Cache" - git config --global credential.helper 'cache --timeout 86400' + - git config --global credential.useHttpPath true - git config --global --add safe.directory "*" # Following format should be used for GITLAB_PRIVATE_TOKEN: # protocol://host.domain/path:username:token -- GitLab