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

[enh] Fix gitlab CI

parent 5dc8eaa8
No related branches found
No related tags found
No related merge requests found
Pipeline #13196 failed
...@@ -83,7 +83,7 @@ docker:ci: ...@@ -83,7 +83,7 @@ docker:ci:
- mkdir -p types-bundle/dist-ci - mkdir -p types-bundle/dist-ci
- cd types-bundle/dist-ci - cd types-bundle/dist-ci
# Create the Dockerfile # Create the Dockerfile
- echo 'FROM node:12' > Dockerfile - echo 'FROM node:14' > Dockerfile
- echo 'WORKDIR /tmp/.build-cache/types-bundle' >> Dockerfile - echo 'WORKDIR /tmp/.build-cache/types-bundle' >> Dockerfile
- echo 'COPY ./ ./' >> Dockerfile - echo 'COPY ./ ./' >> Dockerfile
# Store disk usage (before install) # Store disk usage (before install)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment