Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kilter Service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
Kilter
Kilter Service
Commits
cf597832
Unverified
Commit
cf597832
authored
11 months ago
by
Dom Sekotill
Browse files
Options
Downloads
Patches
Plain Diff
Improve failure output from CI tag check
parent
c49fe375
No related branches found
Branches containing commit
Tags
v0.3.0rc2
Tags containing commit
No related merge requests found
Pipeline
#2648
failed
10 months ago
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
cf597832
...
...
@@ -116,7 +116,8 @@ Check Tag:
wheel_path = glob("dist/*.whl")[0]
wheel = Wheel(wheel_path)
assert Version("$CI_COMMIT_TAG").release == Version(wheel.version).release
assert Version("$CI_COMMIT_TAG").release == Version(wheel.version).release, \
f"Pkg version {wheel.version} does not match tag"
END
...
...
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