Skip to content
Snippets Groups Projects
Commit db9508d4 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix release not working on tag and missing release job on master branch

Only tags does not work for release jobs because env variables
are protected (only populated on protected branches dev and master)
parent bc8baed9
No related branches found
No related tags found
No related merge requests found
Pipeline #6140 passed
......@@ -103,7 +103,7 @@ release:
- make build
- make deploy PYPI_LOGIN=${PYPI_LOGIN} PYPI_PASSWORD=${PYPI_PASSWORD}
only:
- tags
- master
release_test:
extends: .pyenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment