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
the error code either needs to be forwarded or there needs to be a generic error thrown for the process failure.
apx snapcraft run "/usr/bin/echo pass"
Error: crun: executable file `/usr/bin/echo pass` not found in $PATH: No such file or directory: OCI runtime attempted to invoke a command that was not found
Error: An error occurred while executing the command: exit status 127
Usage:
apx snapcraft run [flags]
Flags:
-h, --help help for run
ERROR An error occurred while executing the command: exit status 127
echo$?
0
The text was updated successfully, but these errors were encountered:
the error code either needs to be forwarded or there needs to be a generic error thrown for the process failure.
apx snapcraft run "/usr/bin/echo pass"
The text was updated successfully, but these errors were encountered: