From 3431cd1801023e2ee09b520fc9f7a890677ff7b1 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Mon, 18 Dec 2017 10:14:30 +0000 Subject: Bugfix: failed to generete gui files in stable/euphrates in CI JIRA: YARDSTICK-898 Now the gui files failed to build in stable branch in CI. (local work, CI master work, CI stable not work). The reason is stable using ubuntu 14.04 and the nodejs version is 0.10.25. We need to update it. Change-Id: I15b9efb91eb6fc1e3245cf827c130d408034eae5 Signed-off-by: chenjiankun --- gui/gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui.sh b/gui/gui.sh index 12a14923e..f75357af1 100755 --- a/gui/gui.sh +++ b/gui/gui.sh @@ -1,5 +1,5 @@ +sh -c 'curl -sL https://deb.nodesource.com/setup_8.x | bash -' apt-get install -y nodejs -apt-get install -y npm ln -s /usr/bin/nodejs /usr/bin/node npm install npm install -g grunt -- cgit 1.2.3-korg