Uh oh!
There was an error while loading. Please reload this page.
Remove git fetch from CI - #87792
Merged
Merged
Conversation
rust-highfive
commented
Aug 5, 2021
Contributor
Some changes occurred in diagnostic error codes |
GuillaumeGomez
marked this pull request as ready for review
August 5, 2021 13:24
syvb
reviewed
Aug 5, 2021
syvb
left a comment
Contributor
There was a problem hiding this comment.
I don't think you meant to include this commit, this error shouldn't be removed?
GuillaumeGomez
commented
Aug 5, 2021
MemberAuthor
This commit is here to make the CI fail. As long as the CI isn't failing, then the PR isn't working. |
GuillaumeGomezforce-pushed
the
ci-fetch
branch
4 times, most recently
from
August 5, 2021 18:33
8683162 to
450a097Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
GuillaumeGomez
commented
Aug 5, 2021
MemberAuthor
It's working. \o/ Removing the extra commit now... |
GuillaumeGomez
commented
Aug 5, 2021
MemberAuthor
cc @Mark-Simulacrum btw |
emilyalbini
commented
Aug 14, 2021
Member
@bors r+ |
bors
commented
Aug 14, 2021
Collaborator
📌 Commit c15bc2e has been approved by |
bors
commented
Aug 15, 2021
Collaborator
⌛ Testing commit c15bc2e with merge 909ab2635d564071e7525d8106a2934d6eecde3d... |
bors
commented
Aug 15, 2021
Collaborator
💔 Test failed - checks-actions |
rust-log-analyzer
commented
Aug 15, 2021
Collaborator
GuillaumeGomez
commented
Aug 15, 2021
MemberAuthor
@bors: retry |
GuillaumeGomez added a commit
to GuillaumeGomez/rust
that referenced
this pull request
Aug 15, 2021
…bini Remove git fetch from CI rust-lang#86623 added a call to `git fetch`, which is problematic for releases. r? `@pietroalbini`
GuillaumeGomez added a commit
to GuillaumeGomez/rust
that referenced
this pull request
Aug 15, 2021
…bini Remove git fetch from CI rust-lang#86623 added a call to `git fetch`, which is problematic for releases. r? ``@pietroalbini``
This was referenced Aug 15, 2021
bors
commented
Aug 15, 2021
Collaborator
bors
commented
Aug 15, 2021
Collaborator
☀️ Test successful - checks-actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#86623 added a call to
git fetch, which is problematic for releases.r? @pietroalbini