Exec mixin requires called executable to be on the path or specified with a relative path #2420
Labels
bug
Oops, sorry!
hacktoberfest
Issues chosen for Hacktoberfest 2023
help wanted
Good for someone who has contributed before
Describe the bug
When I rebuilt the otel-jaeger example with porter v1.0.1, I noticed that it broke the bundle. Previously the bundle was running the helpers script with
helpers.sh
without a relative path prefix. That worked when it was built with porter v1.0.0-alpha.20. Something we did since then broke calling the script that way, and it now gives an error about helpers.sh not being on the path.To Reproduce
porter build && porter install --allow-docker-host-access
Expected behavior
The bundle should install successfully but instead it fails.
Porter Command and Output
Version
1.0.1
The text was updated successfully, but these errors were encountered: