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

add exceptions to release

parent 63b922b7
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ image: python:3.7 ...@@ -3,7 +3,6 @@ image: python:3.7
cache: cache:
key: "project-${CI_JOB_NAME}" key: "project-${CI_JOB_NAME}"
paths: paths:
- .cache/pip
- .venv - .venv
key: key:
files: files:
...@@ -57,11 +56,13 @@ Bump_release: ...@@ -57,11 +56,13 @@ Bump_release:
- echo "TRIGGER_PYPI_NAME=$(cat pyproject.toml | grep '^name =' | head -n 1 | cut -f3 -d' ' | tr -d \")" >> build.env - echo "TRIGGER_PYPI_NAME=$(cat pyproject.toml | grep '^name =' | head -n 1 | cut -f3 -d' ' | tr -d \")" >> build.env
- echo "Exporting TRIGGER_PYPI_NAME as ${TRIGGER_PYPI_NAME}" - echo "Exporting TRIGGER_PYPI_NAME as ${TRIGGER_PYPI_NAME}"
artifacts:
reports:
dotenv: build.env
only: only:
- master - master
except:
changes:
- tests/
- .*
needs: needs:
job: Unit test job: Unit test
......
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