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

[fix] #96 fix gitlab-ci env var from settings is empty

parent ae76e995
No related branches found
No related tags found
1 merge request!67Merge of pep_561_mypy to dev
......@@ -96,7 +96,7 @@ releases:
- pip install -r requirements.txt
- pip install -r requirements_deploy.txt
- make build
- make deploy PYPI_PASSWORD=${PYPI_PASSWORD}
- make deploy PYPI_PASSWORD=$PYPI_PASSWORD
release_test:
<<: *pyenv
......@@ -106,4 +106,4 @@ release_test:
- pip install -r requirements.txt
- pip install -r requirements_deploy.txt
- make build
- make deploy_test PYPI_PASSWORD=${PYPI_TEST_PASSWORD}
- make deploy_test PYPI_PASSWORD=$PYPI_TEST_PASSWORD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment