ci: fix git safe.directory error
This commit is contained in:
parent
89f3aeeac7
commit
1f50a881ca
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ build:archlinux:
|
|||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: none
|
||||
script:
|
||||
- git config --global --add safe.directory "$CI_PROJECT_DIR"
|
||||
- pip3 install --user wheel
|
||||
- python3 setup.py bdist_wheel
|
||||
artifacts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue