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

[fix] FIx CI build

parent 30845877
No related branches found
No related tags found
No related merge requests found
Pipeline #12950 failed
......@@ -82,8 +82,8 @@ docker-for-fast-build:
- echo 'RUN du -s `find . -maxdepth 1 | egrep -v "^\.$"`>/before.txt' >> Dockerfile
- echo 'RUN yarn' >> Dockerfile
- echo 'RUN du -s `find . -maxdepth 1 | egrep -v "^\.$"`>/after.txt' >> Dockerfile
- echo 'WORKDIR /build' >> Dockerfile
- echo "RUN diff /before.txt /after.txt || true" >> Dockerfile
- echo 'WORKDIR /build' >> Dockerfile
script:
- docker build --pull -t ${CONTAINER_BUILD_IMAGE} .
- docker push ${CONTAINER_BUILD_IMAGE}
......
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