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
Merge requests
!152
#178
: Make membership_type argument optionnal and by default value 'IN'
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#178
: Make membership_type argument optionnal and by default value 'IN'
178_membership_type_optional
into
dev
Overview
0
Commits
1
Pipelines
4
Changes
1
Merged
Moul
requested to merge
178_membership_type_optional
into
dev
3 years ago
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
Close
#178 (closed)
.
0
0
Merge request reports
Viewing commit
f991027c
Show latest version
1 file
+
3
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f991027c
[ci]
#177
: Set Py3.9 as default where pre-commit is installed
· f991027c
Moul
authored
3 years ago
.gitlab-ci.yml
+
3
−
3
Options
@@ -6,7 +6,7 @@ stages:
@@ -6,7 +6,7 @@ stages:
variables
:
variables
:
DOCKER_IMAGE
:
"
registry.duniter.org/docker/python3/poetry"
DOCKER_IMAGE
:
"
registry.duniter.org/docker/python3/poetry"
PYTHON_VERSION
:
"
3.
8
"
PYTHON_VERSION
:
"
3.
9
"
image
:
$DOCKER_IMAGE/$PYTHON_VERSION:latest
image
:
$DOCKER_IMAGE/$PYTHON_VERSION:latest
@@ -96,12 +96,12 @@ tests-3.7:
@@ -96,12 +96,12 @@ tests-3.7:
tests-3.8
:
tests-3.8
:
extends
:
.tests
extends
:
.tests
tags
:
[
redshift
]
tags
:
[
redshift
]
variables
:
PYTHON_VERSION
:
"
3.8"
tests-3.9
:
tests-3.9
:
extends
:
.tests
extends
:
.tests
tags
:
[
redshift
]
tags
:
[
redshift
]
variables
:
PYTHON_VERSION
:
"
3.9"
release
:
release
:
stage
:
release
stage
:
release
Loading