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

[enh] release job only on master, release_test only on dev or tags

parent c7171f0d
No related branches found
No related tags found
1 merge request!778Release 0.51.0
......@@ -94,13 +94,13 @@ release:
- make build
- make deploy PYPI_LOGIN=${PYPI_LOGIN} PYPI_PASSWORD=${PYPI_PASSWORD}
only:
- tags
- master
release_test:
extends: .env
stage: release
when: manual
only: [tags, dev]
script:
- pip install -r requirements.txt
- pip install -r requirements_deploy.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment