Remove git fetch from CI - #87792
Merged
Merged
Conversation
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?
Member
Author
|
This commit is here to make the CI fail. As long as the CI isn't failing, then the PR isn't working. |
GuillaumeGomez
force-pushed
the
ci-fetch
branch
4 times, most recently
from
August 5, 2021 18:33
8683162 to
450a097
Compare
This comment has been minimized.
This comment has been minimized.
GuillaumeGomez
force-pushed
the
ci-fetch
branch
from
August 5, 2021 18:39
450a097 to
ddbdbdd
Compare
This comment has been minimized.
This comment has been minimized.
GuillaumeGomez
force-pushed
the
ci-fetch
branch
from
August 5, 2021 18:45
ddbdbdd to
8818836
Compare
This comment has been minimized.
This comment has been minimized.
GuillaumeGomez
force-pushed
the
ci-fetch
branch
from
August 5, 2021 18:50
8818836 to
0b763e7
Compare
This comment has been minimized.
This comment has been minimized.
GuillaumeGomez
force-pushed
the
ci-fetch
branch
from
August 5, 2021 18:56
0b763e7 to
ab31e63
Compare
This comment has been minimized.
This comment has been minimized.
GuillaumeGomez
force-pushed
the
ci-fetch
branch
from
August 5, 2021 19:00
ab31e63 to
d5c7f26
Compare
This comment has been minimized.
This comment has been minimized.
Member
Author
|
It's working. \o/ Removing the extra commit now... |
GuillaumeGomez
force-pushed
the
ci-fetch
branch
from
August 5, 2021 19:13
d5c7f26 to
c15bc2e
Compare
Member
Author
|
cc @Mark-Simulacrum btw |
Member
|
@bors r+ |
Collaborator
|
📌 Commit c15bc2e has been approved by |
Collaborator
|
⌛ Testing commit c15bc2e with merge 909ab2635d564071e7525d8106a2934d6eecde3d... |
Collaborator
|
💔 Test failed - checks-actions |
Collaborator
Member
Author
|
@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
Collaborator
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 free
to 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