Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1694)

Unified Diff: scripts/slave/recipes/polymer.expected/polymer-win.json

Issue 18718003: Add both node paths to both Polymer steps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipes/polymer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/polymer.expected/polymer-win.json
diff --git a/scripts/slave/recipes/polymer.expected/polymer-win.json b/scripts/slave/recipes/polymer.expected/polymer-win.json
index baeafa8433d08af8cea45c57a0882d3613e2f83f..fcb00efefa5f02475b9df86eaae95539399e05f3 100644
--- a/scripts/slave/recipes/polymer.expected/polymer-win.json
+++ b/scripts/slave/recipes/polymer.expected/polymer-win.json
@@ -19,14 +19,14 @@
{
"cmd": ["npm.cmd", "install"],
"cwd": "[SLAVE_BUILD_ROOT]\\polymer",
- "env": {"PATH": "C:\\Program Files (x86)\\nodejs;%(PATH)s"},
+ "env": {"PATH": "C:\\Program Files (x86)\\nodejs;C:\\Users\\chrome-bot\\AppData\\Roaming\\npm;%(PATH)s"},
"name": "update-install"
},
{
"allow_subannotations": true,
"cmd": ["grunt.cmd", "test-buildbot"],
"cwd": "[SLAVE_BUILD_ROOT]\\polymer",
- "env": {"PATH": "C:\\Users\\chrome-bot\\AppData\\Roaming\\npm;%(PATH)s"},
+ "env": {"PATH": "C:\\Program Files (x86)\\nodejs;C:\\Users\\chrome-bot\\AppData\\Roaming\\npm;%(PATH)s"},
"name": "test"
}
]
« no previous file with comments | « scripts/slave/recipes/polymer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698