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

[Bug Report] STASH_BLOBS is an invalid env #5345

Closed
feederbox826 opened this issue Oct 6, 2024 · 0 comments · Fixed by #5350
Closed

[Bug Report] STASH_BLOBS is an invalid env #5345

feederbox826 opened this issue Oct 6, 2024 · 0 comments · Fixed by #5350
Labels
bug report Bug reports that are not yet verified

Comments

@feederbox826
Copy link
Contributor

Describe the bug
STASH_BLOBS is curiously missing from the envBinds, Maybe an oversight from the blob migration

Expected behavior
STASH_BLOBS is respected, along with _GENERATED, _METADATA, _CACHE

Screenshots

envBinds = map[string]string{
"host": Host,
"port": Port,
"external_host": ExternalHost,
"generated": Generated,
"metadata": Metadata,
"cache": Cache,
"stash": Stash,
"ui": UILocation,
}
)

Additional context
Seems to have been missed in #3187 and manifests itself in #3613

@feederbox826 feederbox826 added the bug report Bug reports that are not yet verified label Oct 6, 2024
@github-project-automation github-project-automation bot moved this to To triage in Bug fixing Oct 6, 2024
@WithoutPants WithoutPants moved this from To triage to In review in Bug fixing Oct 6, 2024
@github-project-automation github-project-automation bot moved this from In review to Done in Bug fixing Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Bug reports that are not yet verified
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant