You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to be able to specify a 'dest' for a import that goes into /stacker/imports.
I think this is a significant shortcoming that should be addressed. The workaround is for the user to specify a different path (not under /stacker, say '/imports'), but that results in
a. having to consistently use that 'import' directory
b. having to clean up the import directory so it doesn't appear in the target.
Neither of the attempts above work with stacker version v1.0.0-rc5-396ff9d.
The first, using a relative path (bar), will complain:
`error: Dest path cannot be relative for: map[interface {}]interface {}{"dest":"bar.txt", "path":"bar"}`
The second, using an absolute path but explicitly under /stacker/imports (foo), ends up populating an overlay that goes below /stacker/imports, so the 'run' section does not actually see it.
Here is an example script that i'd like to pass. test-case.sh.txt
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'd like to be able to specify a 'dest' for a import that goes into /stacker/imports.
I think this is a significant shortcoming that should be addressed. The workaround is for the user to specify a different path (not under /stacker, say '/imports'), but that results in
a. having to consistently use that 'import' directory
b. having to clean up the import directory so it doesn't appear in the target.
Here is an example stacker.yaml
Neither of the attempts above work with stacker version v1.0.0-rc5-396ff9d.
The first, using a relative path (bar), will complain:
The second, using an absolute path but explicitly under /stacker/imports (foo), ends up populating an overlay that goes below /stacker/imports, so the 'run' section does not actually see it.
Here is an example script that i'd like to pass.
test-case.sh.txt
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: