Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Commits
b7863f2f
Commit
b7863f2f
authored
5 years ago
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
[fix]
#96
fix gitlab-ci env var from settings is empty
parent
ae76e995
No related branches found
No related tags found
1 merge request
!67
Merge of pep_561_mypy to dev
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
b7863f2f
...
@@ -96,7 +96,7 @@ releases:
...
@@ -96,7 +96,7 @@ releases:
-
pip install -r requirements.txt
-
pip install -r requirements.txt
-
pip install -r requirements_deploy.txt
-
pip install -r requirements_deploy.txt
-
make build
-
make build
-
make deploy PYPI_PASSWORD=$
{
PYPI_PASSWORD
}
-
make deploy PYPI_PASSWORD=$PYPI_PASSWORD
release_test
:
release_test
:
<<
:
*pyenv
<<
:
*pyenv
...
@@ -106,4 +106,4 @@ release_test:
...
@@ -106,4 +106,4 @@ release_test:
-
pip install -r requirements.txt
-
pip install -r requirements.txt
-
pip install -r requirements_deploy.txt
-
pip install -r requirements_deploy.txt
-
make build
-
make build
-
make deploy_test PYPI_PASSWORD=$
{
PYPI_TEST_PASSWORD
}
-
make deploy_test PYPI_PASSWORD=$PYPI_TEST_PASSWORD
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment