Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f4d4ae2c authored by hhakim's avatar hhakim
Browse files

Minor fix: protect PYTHON_PATH expansion from space issue in .gitlab-ci.yml

parent 7c1799e4
No related branches found
No related tags found
No related merge requests found
Pipeline #833931 skipped
......@@ -397,8 +397,8 @@ package_purepy_release_rasp:
# only python3 for windows
#- 'start %PYTHON2_PATH% setup.py bdist_wheel'
#- 'start %PYTHON2_PATH% setup.py bdist_egg'
- 'call %PYTHON_PATH% setup.py bdist_wheel'
- 'call %PYTHON_PATH% setup.py bdist_egg'
- 'call "%PYTHON_PATH%" setup.py bdist_wheel'
- 'call "%PYTHON_PATH%" setup.py bdist_egg'
artifacts:
paths:
- build\wrapper\python\dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment