Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pado
Asyst Moodle Plugin
Commits
bdb6fce7
Commit
bdb6fce7
authored
5 months ago
by
Artem Baranovskyi
Browse files
Options
Download
Email Patches
Plain Diff
Image build is optimized.
parent
b0a1c98a
Pipeline
#10764
failed with stages
in 55 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
.gitlab-ci.yml
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
+
4
-
4
View file @
bdb6fce7
...
...
@@ -45,9 +45,9 @@ after_script:
build
:
stage
:
build
image
:
docker:
latest
image
:
docker:
20.10.16
services
:
-
name
:
docker:dind
-
name
:
docker:
20.10.16-
dind
command
:
[
"
--host=tcp://0.0.0.0:2375"
,
"
--tls=false"
,
"
--storage-driver=overlay2"
,
"
--mtu=1500"
,
"
--data-root=/mnt/volume"
]
script
:
-
docker info
...
...
@@ -59,9 +59,9 @@ build:
deploy
:
stage
:
deploy
image
:
docker:
latest
image
:
docker:
20.10.16
services
:
-
name
:
docker:dind
-
name
:
docker:
20.10.16-
dind
command
:
[
"
--tls=false"
,
"
--storage-driver=overlay2"
,
"
--mtu=1500"
,
"
--data-root=/mnt/volume"
]
script
:
-
docker pull 22baar1mst/asyst-nlp-grader:latest
...
...
This diff is collapsed.
Click to expand it.
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