Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
03a07b2a
Commit
03a07b2a
authored
Jan 11, 2022
by
Miroslav Kratochvil
Browse files
bump the DIND version
parent
c59e6792
Pipeline
#51212
passed with stages
in 12 minutes and 37 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
03a07b2a
...
...
@@ -162,11 +162,11 @@ mac:julia1.6:
format
:
stage
:
test
image
:
docker:
19.03
.1
3
image
:
docker:
20.10
.1
2
tags
:
-
privileged
services
:
-
name
:
docker:
19.03
.1
3
-dind
-
name
:
docker:
20.10
.1
2
-dind
command
:
[
"
--tls=false"
,
"
--mtu=1458"
,
"
--registry-mirror"
,
"
https://docker-registry.lcsb.uni.lu"
]
before_script
:
-
docker login -u $CI_USER_NAME -p $GITLAB_ACCESS_TOKEN $CI_REGISTRY
...
...
@@ -210,11 +210,11 @@ format:
documentation-assets:gource:
stage
:
documentation-assets
needs
:
[]
# allow faster start
image
:
docker:
19.03
.1
3
image
:
docker:
20.10
.1
2
tags
:
-
privileged
services
:
-
name
:
docker:
19.03
.1
3
-dind
-
name
:
docker:
20.10
.1
2
-dind
command
:
[
"
--tls=false"
,
"
--mtu=1458"
,
"
--registry-mirror"
,
"
https://docker-registry.lcsb.uni.lu"
]
before_script
:
-
docker login -u $CI_USER_NAME -p $GITLAB_ACCESS_TOKEN $CI_REGISTRY
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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