-
Notifications
You must be signed in to change notification settings - Fork 503
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
stasher/azure blob test: use - instead of _ for container name #1366
base: main
Are you sure you want to change the base?
Conversation
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.
Just one request, @marpio
Otherwise, this looks awesome, thanks! 🎉
return nil | ||
} | ||
name := os.Getenv("ATHENS_AZURE_ACCOUNT_NAME") | ||
name := "athens" //os.Getenv("AZURE_ACCOUNT_NAME") |
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.
can you remove the commented os.Getenv
call?
@marpio Are you up for continuing with this PR? No pressure either way, just let me know and I can pick it up if you want. |
_ is an invalid char in container name so let's use - instead.