-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Gulp using the Node executable to fix permissions problem on GDS managed devices #1039
Conversation
@joelanman Has this been tested on a locked down machine? |
@lfdebrux not yet, sorry should have made that clear, will change this to a draft PR. It should work, given the executable is node |
Commit f6f7638 can probably be removed from this PR. |
This has also been manually tested on a GDS managed device, and a non GDS managed linux and windows device |
some machines do not have permission to run gulp directly
we tested this on another windows device (now a total of 2) as the automated testing does not cover this. |
Run gulp using the node executable
GDS Managed devices cannot run anything that isn't installed via Self Service. This change runs node to run gulp indirectly so does not need permissions.