Commit 890f1935 authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Image build is optimized.

parent a557ad67
Pipeline #10662 failed with stage
in 16 seconds
...@@ -23,6 +23,8 @@ build: ...@@ -23,6 +23,8 @@ build:
services: services:
- docker:24-dind - docker:24-dind
before_script: before_script:
- docker ps || echo "Docker Daemon is not responding"
- docker info || cat /var/log/docker.log
- mkdir -p /mnt/volume - mkdir -p /mnt/volume
- mount /dev/vdb /mnt/volume - mount /dev/vdb /mnt/volume
- export DOCKER_TMPDIR=/mnt/volume - export DOCKER_TMPDIR=/mnt/volume
...@@ -36,3 +38,5 @@ build: ...@@ -36,3 +38,5 @@ build:
key: build-cache key: build-cache
paths: paths:
- /mnt/volume - /mnt/volume
timeout: 1h
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment