diff --git a/build-pipeline.yml b/build-pipeline.yml index b2b335904be1a43f15b4813270f8eab7d42918a6..75823cae373067c0cfd457bf655ae3051bbb31be 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