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
All of our CI builds on windows have been failing since ~July 2. Check it out. I manually ran the process again on our last successful build, and that failed too, so I'm pretty sure no particular commit caused it, just some change out of our hands.
The errors is always kill: not enough arguments and triggered by this line in stopLocalRegistry. I think this is pretty much the very last step in all of our tasks.
I'm not sure why verdaccio isn't showing up in the output of ps -ef, but if it's not a huge deal if the process isn't killed, maybe we can add the -r flag to the call to xargs? Anyway, figured I'd open up an issue to track.
The text was updated successfully, but these errors were encountered:
All of our CI builds on windows have been failing since ~July 2. Check it out. I manually ran the process again on our last successful build, and that failed too, so I'm pretty sure no particular commit caused it, just some change out of our hands.
The errors is always
kill: not enough arguments
and triggered by this line instopLocalRegistry
. I think this is pretty much the very last step in all of our tasks.I'm not sure why verdaccio isn't showing up in the output of
ps -ef
, but if it's not a huge deal if the process isn't killed, maybe we can add the-r
flag to the call to xargs? Anyway, figured I'd open up an issue to track.The text was updated successfully, but these errors were encountered: