mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Chown of root home folder to prevent EACCES errors when running 'npm install' programmatically.
This commit is contained in:
@@ -30,7 +30,7 @@ function configureEnvironment {
|
||||
git config --global user.name "VS Code Agent"
|
||||
git config --global user.email "monacotools@microsoft.com"
|
||||
chown -R testuser $AGENT_BUILDDIRECTORY
|
||||
chown -R testuser /root/.npm
|
||||
chown -R testuser /root # to allow 'npm install' to succeed in Express repository
|
||||
}
|
||||
|
||||
function runTest {
|
||||
|
||||
Reference in New Issue
Block a user