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

Commit

Permalink
Update .local.jenkins.lin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Mar 18, 2020
1 parent a45c4cf commit a2db809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .local.jenkins.lin.yml
Expand Up @@ -28,7 +28,7 @@ script:

after_script:
- if [ ${NAME} == "UT" ] then $PYINT -u setup.py bdist_wheel fi
- if [ ${VERSION} == "3.7" and ${NAME} == "UT" ] then cp dist/*.whl {{root_path}}/../local_pypi/local_pypi_server fi
- if [ ${NAME} == "UT" ] then cp dist/*.whl {{root_path}}/../local_pypi/local_pypi_server fi

documentation:
- if [ ${NAME} == "UT" ] then $PYINT -u setup.py build_sphinx fi
Expand Down

0 comments on commit a2db809

Please sign in to comment.