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

[fix] Fix gitlab CI

parent 21bd995b
No related branches found
No related tags found
No related merge requests found
Pipeline #7565 failed
......@@ -26,7 +26,7 @@ fast-build:
failsafe-build:
stage: alt_build
when: on_failure
image: node:6
image: node:10
script:
- yarn
- node ./node_modules/gulp/bin/gulp config --env default
......@@ -49,7 +49,7 @@ docker-for-fast-build:
services:
- docker:dind
script:
- echo 'FROM node:6' > Dockerfile
- echo 'FROM node:10' > Dockerfile
- echo 'WORKDIR /customCache' >> Dockerfile
- echo 'COPY ./ ./' >> Dockerfile
- echo 'RUN du -s `find . -maxdepth 1 | egrep -v "^\.$"`>/before.txt' >> Dockerfile
......@@ -64,7 +64,7 @@ docker-for-fast-build:
pages:
stage: publish
image: node:6
image: node:10
variables:
GIT_STRATEGY: none
script:
......@@ -97,7 +97,7 @@ mirror:
release-web:
stage: publish
image: node:6
image: node:10
variables:
GIT_STRATEGY: none
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