EOX GitLab Instance
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
View Server 2
harvester
Commits
ee1e418b
Commit
ee1e418b
authored
Oct 12, 2021
by
Fabian Schindler
Browse files
Fixing docker build
parent
1d9df41e
Pipeline
#17424
failed with stages
in 2 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ee1e418b
...
...
@@ -2,6 +2,9 @@ stages:
-
test
-
deploy
variables
:
DOCKER_TLS_CERTDIR
:
"
"
test
:
image
:
python:3.8-slim
stage
:
test
...
...
@@ -12,9 +15,9 @@ test:
deploy
:
stage
:
deploy
image
:
docker:
19
image
:
docker:
20.10.8
services
:
-
docker:
19
-dind
-
docker:
20.10.8
-dind
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
...
...
@@ -25,9 +28,9 @@ deploy:
deploy-latest
:
stage
:
deploy
image
:
docker:
19
image
:
docker:
20.10.8
services
:
-
docker:
19
-dind
-
docker:
20.10.8
-dind
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
...
...
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