jjb: update comment on binutils-gdb job
[lttng-ci.git] / scripts / lttng-www / deploy.sh
index 9224b4ee121e9ac8b70c41b51ee6dc74105c7782..471925223c859a89053c7282b5d8e5f1f31a21cf 100755 (executable)
@@ -26,15 +26,17 @@ cp "$KEY_FILE_VARIABLE" ~/.ssh/id_rsa
 
 # Nodejs
 # Using Debian, as root
-curl -fsSL https://deb.nodesource.com/setup_15.x | bash -
+curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
 apt-get install -y nodejs
 
-apt-get install -y ruby asciidoc xmlto
+apt-get install -y ruby-dev asciidoc xmlto python3 python3-pip
 
 npm install -g grunt-cli
 npm install -g sass
 
-./bootstrap-ubuntu.sh
+export PATH="/root/.gem/ruby/2.5.0/bin:$PATH"
+
+./bootstrap.sh
 
 grunt build:prod
 grunt deploy:prod
This page took 0.023133 seconds and 4 git commands to generate.