From 8c75157b472c5dcac3adc4f53099a18345ce3c93 Mon Sep 17 00:00:00 2001 From: Ivan Nemytchenko Date: Tue, 1 Mar 2016 06:24:59 +0000 Subject: [PATCH] changed image to node 4.2.2 --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 982583e..65da237 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,11 @@ -image: ruby:2.1 +image: node:4.2.2 pages: cache: paths: - - build + - node_modules/ script: - - apt-get update -yqqq - - apt-get install -y nodejs - - apt-get install -y npm - - ln -s /usr/bin/nodejs /usr/bin/node - npm install hexo-cli -g - npm install - hexo deploy