Skip to content
Snippets Groups Projects
Commit d6fb1b0e authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Update CI to node JS v6

parent 7d2158d4
No related branches found
No related tags found
No related merge requests found
Pipeline #7123 passed
...@@ -26,7 +26,7 @@ fast-build: ...@@ -26,7 +26,7 @@ fast-build:
failsafe-build: failsafe-build:
stage: alt_build stage: alt_build
when: on_failure when: on_failure
image: node:5 image: node:6
script: script:
- npm install - npm install
- npm run postinstall - npm run postinstall
...@@ -50,7 +50,7 @@ docker-for-fast-build: ...@@ -50,7 +50,7 @@ docker-for-fast-build:
services: services:
- docker:dind - docker:dind
script: script:
- echo 'FROM node:5' > Dockerfile - echo 'FROM node:6' > Dockerfile
- echo 'WORKDIR /customCache' >> Dockerfile - echo 'WORKDIR /customCache' >> Dockerfile
- echo 'COPY ./ ./' >> Dockerfile - echo 'COPY ./ ./' >> Dockerfile
- echo 'RUN du -s `find . -maxdepth 1 | egrep -v "^\.$"`>/before.txt' >> Dockerfile - echo 'RUN du -s `find . -maxdepth 1 | egrep -v "^\.$"`>/before.txt' >> Dockerfile
...@@ -66,7 +66,7 @@ docker-for-fast-build: ...@@ -66,7 +66,7 @@ docker-for-fast-build:
pages: pages:
stage: publish stage: publish
image: node:latest image: node:6
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
script: script:
...@@ -99,7 +99,7 @@ mirror: ...@@ -99,7 +99,7 @@ mirror:
release-web: release-web:
stage: publish stage: publish
image: node:latest image: node:6
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment