-
Notifications
You must be signed in to change notification settings - Fork 302
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
fix: 🪶 experiment normalised-upload-paths
was left out of the list of available experiments
#2076
fix: 🪶 experiment normalised-upload-paths
was left out of the list of available experiments
#2076
Conversation
…of available experiments
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.
ah, i can't believe i missed this! thanks so much @MatthewDolan, nice catch
@@ -1308,7 +1308,7 @@ func (b *Bootstrap) defaultCheckoutPhase(ctx context.Context) error { | |||
var mirrorDir string | |||
|
|||
// If we can, get a mirror of the git repository to use for reference later | |||
if experiments.IsEnabled(`git-mirrors`) && b.Config.GitMirrorsPath != "" && b.Config.Repository != "" { |
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.
aha, i was foolish in searching only for "git-mirrors"
. nice catch!
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.
Sorry, bad habit of mine is using `` for const-ish strings.
you would hypothesize correctly 😅 |
…not match variable value
Head branch was pushed to by a user without write access
Sorry. I fixed on last typo I noticed in the variable name (I had used the American spelling) so it disabled auto-merge. Thanks for the review! |
ah thank you! |
Any chance of getting a release of this out ASAP @moskyb? |
We are seeing this warning in our Buildkite jobs:
It looks like the experiment is present and does do something.
I would hypothesize that this is just an accidental oversight to leave this out of the list.