Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KNIGHT
Asyst Moodle Plugin
Commits
890f1935
Commit
890f1935
authored
Jan 03, 2025
by
Artem Baranovskyi
Browse files
Image build is optimized.
parent
a557ad67
Pipeline
#10662
failed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
890f1935
...
...
@@ -23,6 +23,8 @@ build:
services
:
-
docker:24-dind
before_script
:
-
docker ps || echo "Docker Daemon is not responding"
-
docker info || cat /var/log/docker.log
-
mkdir -p /mnt/volume
-
mount /dev/vdb /mnt/volume
-
export DOCKER_TMPDIR=/mnt/volume
...
...
@@ -36,3 +38,5 @@ build:
key
:
build-cache
paths
:
-
/mnt/volume
timeout
:
1h
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment