Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix unit test about jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 22, 2017
1 parent 1dccb92 commit c8f5534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_jenkinshelper/test_yaml.py
Expand Up @@ -209,7 +209,7 @@ def zz_st_jconvert_sequence_into_batch_file(self, platform):
set PATH=ROOT\\pyquickhelper\\%NAME_JENKINS%\\_venv\\Scripts;%PATH%
python -u setup.py bdist_wheel
if %errorlevel% neq 0 exit /b %errorlevel%
copy dist\\*.whl ROOT\\pyquickhelper\\..\\..\\..\\local_pypi\\local_pypi_server
copy dist\\*.whl ROOT\\pyquickhelper\\..\\..\\local_pypi\\local_pypi_server
if %errorlevel% neq 0 exit /b %errorlevel%
@echo DOCUMENTATION
Expand Down

0 comments on commit c8f5534

Please sign in to comment.