-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove VERSION
for new pipelines
#517
Conversation
Signed-off-by: Xunzhuo <mixdeers@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #517 +/- ##
=======================================
Coverage 60.60% 60.60%
=======================================
Files 120 120
Lines 6382 6382
=======================================
Hits 3868 3868
Misses 2144 2144
Partials 370 370 Continue to review full report at Codecov.
|
I just found a problem with version. Besides, the actuator API can't get the right version. |
Easy fix, I will start a PR to fix it later:) |
Ok. Let's record it in a new issue and merge this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
#516 Can we merge this PR first, this is related to publish amd64 image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Xunzhuo mixdeers@gmail.com
resolve: #521
remove
VERSION
for new pipelines, we use git describe to get latest git tag, we do not need it anymore.