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
{{ message }}
This repository was archived by the owner on Dec 15, 2018. It is now read-only.
I probably need to investigate further, but does anyone know off the top of their head why something like this would stop working on a pull request?
console.log('installing and running travis-deploy-once')constdeployOnceResults=spawn.sync('npx',['travis-deploy-once@5'])if(deployOnceResults.status===0){console.log('do stuff!')}else{process.exit(deployOnceResults.status)}