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
maintenance/pin.sh assumes cwd is at root folder and throws an error otherwise:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "maintenance/pin-helper.sh": stat maintenance/pin-helper.sh: no such file or directory: unknown.
ERRO[0000] error waiting for container: context canceled
pin.sh should either throw a proper error about the current cwd, or support running from other folders.
The text was updated successfully, but these errors were encountered:
maintenance/pin.sh
assumes cwd is at root folder and throws an error otherwise:pin.sh
should either throw a proper error about the current cwd, or support running from other folders.The text was updated successfully, but these errors were encountered: