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

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

parent a779e29f
Branches
Tags
No related merge requests found
Pipeline #5876 passed
......@@ -97,7 +97,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
......@@ -107,4 +107,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