Skip to content
Snippets Groups Projects
Commit 6ab45a4c authored by Andrii Sosiuk's avatar Andrii Sosiuk
Browse files

YT-190 Enable credential.useHttpPath for git credential manages in CI pipeline

parent 516090fa
No related branches found
No related tags found
1 merge request!409YT-190 Enable credential.useHttpPath for git credential manages in CI pipeline
Pipeline #141426 passed with stage
in 15 minutes and 58 seconds
...@@ -48,6 +48,7 @@ workflow: ...@@ -48,6 +48,7 @@ workflow:
.setup_git_credentials: &setup_git_credentials .setup_git_credentials: &setup_git_credentials
- echo "Setup Git Credentials Cache" - echo "Setup Git Credentials Cache"
- git config --global credential.helper 'cache --timeout 86400' - git config --global credential.helper 'cache --timeout 86400'
- git config --global credential.useHttpPath true
- git config --global --add safe.directory "*" - git config --global --add safe.directory "*"
# Following format should be used for GITLAB_PRIVATE_TOKEN: # Following format should be used for GITLAB_PRIVATE_TOKEN:
# protocol://host.domain/path:username:token # protocol://host.domain/path:username:token
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment