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

Do not git fetch if requested sha is already present #6017

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

perlpunk
Copy link
Contributor

@Martchus
Copy link
Contributor

The change looks good. I suppose the commit title should have been "Do not git fetch if …".

@perlpunk perlpunk marked this pull request as draft October 17, 2024 14:16
@perlpunk perlpunk changed the title Do not git fetch is requested sha is already present Do not git fetch if requested sha is already present Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.98%. Comparing base (b96e97b) to head (b9f6532).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6017   +/-   ##
=======================================
  Coverage   98.98%   98.98%           
=======================================
  Files         395      395           
  Lines       39358    39380   +22     
=======================================
+ Hits        38958    38980   +22     
  Misses        400      400           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@perlpunk perlpunk marked this pull request as ready for review October 29, 2024 14:45
Comment on lines +92 to +93
}
if ($path =~ m/sha-branchname/) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
}
if ($path =~ m/sha-branchname/) {
}
elsif ($path =~ m/sha-branchname/) {

@mergify mergify bot merged commit 613c366 into os-autoinst:master Oct 29, 2024
46 checks passed
@perlpunk perlpunk deleted the less-git branch October 29, 2024 21:46
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.

3 participants