Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
idiap-devtools
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
software
idiap-devtools
Commits
d407d295
Commit
d407d295
authored
1 year ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[gitlab.release] Fix Pipeline class name
parent
2ad9a6fe
No related branches found
No related tags found
1 merge request
!11
Use hatch
Pipeline
#85166
passed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/idiap_devtools/gitlab/release.py
+1
-1
1 addition, 1 deletion
src/idiap_devtools/gitlab/release.py
with
1 addition
and
1 deletion
src/idiap_devtools/gitlab/release.py
+
1
−
1
View file @
d407d295
...
...
@@ -559,7 +559,7 @@ def update_files_at_default_branch(
def
_get_last_pipeline
(
gitpkg
:
gitlab
.
v4
.
objects
.
projects
.
Project
,
)
->
gitlab
.
v4
.
objects
.
pipelines
.
Pipeline
:
)
->
gitlab
.
v4
.
objects
.
pipelines
.
Project
Pipeline
:
"""
Returns the last pipeline of the project.
Arguments:
...
...
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