-
Notifications
You must be signed in to change notification settings - Fork 58
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
plan/run_sh/store: providing a directory path doesn't copy the content of it #2227
Comments
Extra context: @Dartoxian and myself have both hit this exact same issue. It's pretty overwhelming that folks expect a IMPLEMENTATION IDEA: we could make the default behaviour "if it's a directory, copy the contents. only if the user adds an explicit |
ngl, pretty much |
+1 I also ran into this problem when prototyping with kurtosis :) |
This is interesting as upload_files has this behavior but run_sh note that the "fix" would be a breaking change will affect ethereum-pacakge at least |
🤖 I have created a release *beep* *boop* --- ## [0.89.0](0.88.19...0.89.0) (2024-04-29) ### ⚠ BREAKING CHANGES * copy contents of directory instead of the directory if store is used for directories ([#2326](#2326)) ### Bug Fixes * copy contents of directory instead of the directory if store is used for directories ([#2326](#2326)) ([4c776be](4c776be)), closes [#2227](#2227) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: kurtosisbot <[email protected]>
What's your CLI version?
0.86.12
Description & steps to reproduce
Desired behavior
Content under bar is stored in the context for mounting in later stages like plan.add_service()
Note: adding an asterisk to /foo/bar/* fixes this behaviour for now
What is the severity of this bug?
Papercut; this bug is frustrating, but I have a workaround.
What area of the product does this pertain to?
SDK: the Software Development Kit libraries - Typescript, Go, etc.
The text was updated successfully, but these errors were encountered: