Skip to content
Snippets Groups Projects

Pypi deploy stage to set safe-directory for git

Merged Yannick DAYER requested to merge fix-pypi-depl into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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:
Loading