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

outcomment rebase and pull

parent aa1d20b4
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,9 @@ before_script: ...@@ -22,9 +22,9 @@ before_script:
- poetry --version - poetry --version
- poetry config virtualenvs.in-project true - poetry config virtualenvs.in-project true
- pip install --upgrade pip - 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 remote rm origin && git remote add origin https://${ACCESS_TOKEN_NAME}:${ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git
- git config pull.rebase false # - git config pull.rebase false
- git pull origin HEAD:master # - git pull origin HEAD:master
- rm -rf ~/.cache/pypoetry - rm -rf ~/.cache/pypoetry
- if [ ${var+TRIGGER_PYPI_NAME} ]; then echo "Pipeline triggered by ${TRIGGER_PYPI_NAME}"; poetry add ${TRIGGER_PYPI_NAME}@latest; fi - if [ ${var+TRIGGER_PYPI_NAME} ]; then echo "Pipeline triggered by ${TRIGGER_PYPI_NAME}"; poetry add ${TRIGGER_PYPI_NAME}@latest; fi
- poetry install -vv - poetry install -vv
......
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