Skip to content
Snippets Groups Projects
Commit 8f7e0be5 authored by Xavier FRANCOIS's avatar Xavier FRANCOIS
Browse files

fix: mark current directory as safe for git

parent fdcb4e8c
No related branches found
No related tags found
No related merge requests found
......@@ -294,6 +294,7 @@ stages:
}
function prepare_semantic_release() {
git config --global --add safe.directory `pwd`
if [[ -f ".releaserc" ]]; then
log_info "\\e[33;1m.releaserc\\e[0m file found"
semrelConfigFile=".releaserc"
......
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