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
b1615fb1
Commit
b1615fb1
authored
Jan 04, 2025
by
Artem Baranovskyi
Browse files
Image build is optimized.
parent
92d9ba9c
Pipeline
#10679
failed with stages
in 2 minutes and 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b1615fb1
...
@@ -22,9 +22,9 @@ variables:
...
@@ -22,9 +22,9 @@ variables:
build
:
build
:
stage
:
build
stage
:
build
image
:
docker:dind
:20.10.21
image
:
docker:dind
services
:
services
:
-
name
:
docker:dind
:20.10.21
-
name
:
docker:dind
command
:
[
"
--tls=false"
,
"
--storage-driver=overlay2"
,
"
--mtu=1500"
,
"
--data-root=/mnt/volume"
]
command
:
[
"
--tls=false"
,
"
--storage-driver=overlay2"
,
"
--mtu=1500"
,
"
--data-root=/mnt/volume"
]
before_script
:
before_script
:
-
mkdir -p /mnt/volume
-
mkdir -p /mnt/volume
...
...
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