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 task related to a problem? Please describe.
Often, .sh files within sidecar definition folders will not have the correct executable permissions set, leading to errors when starting workspaces. It's hard to tell this just by looking at a PR,
Describe the solution you'd like
Introduce a PR check that validates the permissions on any .sh file included in a sidecar definition.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
…issions (#824)
If a sidecar adds any .sh files, check that they are executable to prevent entrypoint errors.
Fixeseclipse-che/che#18737
Signed-off-by: Eric Williams <[email protected]>
Is your task related to a problem? Please describe.
Often,
.sh
files within sidecar definition folders will not have the correct executable permissions set, leading to errors when starting workspaces. It's hard to tell this just by looking at a PR,Describe the solution you'd like
Introduce a PR check that validates the permissions on any
.sh
file included in a sidecar definition.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: