Skip to content
Snippets Groups Projects
Commit edb0fff1 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

update ci

parent d7e91259
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ before_script:
- poetry config virtualenvs.in-project true
- pip install --upgrade pip
- git remote rm origin && git remote add origin https://${ACCESS_TOKEN_NAME}:${ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git
- git pull
- git config pull.rebase false
- git pull origin HEAD:master
- if [ ${var+TRIGGER_PYPI_NAME} ]; then echo "Pipeline triggered by ${TRIGGER_PYPI_NAME}"; poetry update ${TRIGGER_PYPI_NAME}; fi
- poetry export -f requirements.txt --output requirements.txt
- sed '/^zeroc-ice/,/^[z.*]/{/z.*/!d}' requirements.txt | grep -v zeroc-ice > nozice.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment