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

rm lock

parent 99449d93
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ before_script: ...@@ -24,6 +24,7 @@ before_script:
- git config pull.rebase false - git config pull.rebase false
- git pull origin HEAD:master - git pull origin HEAD:master
- if [ ${var+TRIGGER_PYPI_NAME} ]; then echo "Pipeline triggered by ${TRIGGER_PYPI_NAME}"; poetry update ${TRIGGER_PYPI_NAME}; fi - if [ ${var+TRIGGER_PYPI_NAME} ]; then echo "Pipeline triggered by ${TRIGGER_PYPI_NAME}"; poetry update ${TRIGGER_PYPI_NAME}; fi
- rm poetry.lock
- poetry install -vv - poetry install -vv
# - poetry export -f requirements.txt --output requirements.txt # - poetry export -f requirements.txt --output requirements.txt
# - sed '/^zeroc-ice/,/^[z.*]/{/z.*/!d}' requirements.txt | grep -v zeroc-ice > nozice.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