Skip to content
Snippets Groups Projects
Commit 9a6c8657 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[ci] Pypi deploy stage sets safe directory for git

parent 2cac73d1
Branches
Tags
1 merge request!344Pypi deploy stage to set safe-directory for git
Pipeline #70829 passed
...@@ -206,6 +206,7 @@ pypi: ...@@ -206,6 +206,7 @@ pypi:
except: except:
- branches - branches
script: script:
- git config --global --add safe.directory ${CI_PROJECT_DIR}
- bdt ci pypi -vv dist/*.zip - bdt ci pypi -vv dist/*.zip
- bdt ci clean -vv - bdt ci clean -vv
dependencies: dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment