Skip to content
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

.github/workflows/release: work around git clean #2823

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

croissanne
Copy link
Member

The osbuild release action cleans the repository, removing the tarball
that gets uploaded to the release. This tarball needs to be built before
schutzbot commits the version bump, so move it so it doesn't get
cleaned.

The osbuild release action cleans the repository, removing the tarball
that gets uploaded to the release. This tarball needs to be built before
schutzbot commits the version bump, so move it so it doesn't get
cleaned.
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.17%. Comparing base (79ca7c6) to head (22b8155).
Report is 4 commits behind head on main.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2823   +/-   ##
=======================================
  Coverage   83.17%   83.17%           
=======================================
  Files         190      190           
  Lines       22233    22233           
  Branches     2173     2174    +1     
=======================================
  Hits        18492    18492           
  Misses       3719     3719           
  Partials       22       22           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 40da8c0...22b8155. Read the comment docs.

Copy link
Collaborator

@kingsleyzissou kingsleyzissou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trial & error haha

@croissanne croissanne merged commit 9bbf85c into osbuild:main Jan 31, 2025
16 of 18 checks passed
@croissanne croissanne deleted the fix-release-wf branch January 31, 2025 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants