Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
callidus
Machina Callida
Commits
6970a194
Commit
6970a194
authored
Sep 28, 2021
by
Konstantin Schulz
Browse files
fix Docker in Docker setup for GitLab CI
parent
e0491063
Pipeline
#32278
failed with stages
in 3 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6970a194
...
...
@@ -14,14 +14,15 @@ tag_version:
script
:
-
apk update
-
apk add --no-cache git
# - git tag --points-at HEAD > mc_frontend/version.log
-
python3 ./mc_frontend/update_version.py
# artifacts:
# paths:
# - version.log
# when: always
build
:
image
:
docker:20.10.8-dind
# image: docker:20.10.8-dind
image
:
docker:20.10.8
services
:
-
docker:20.10.8-dind
variables
:
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
"
stage
:
build
script
:
-
docker build ./mc_frontend -t machina_callida/mc_frontend:latest
...
...
Write
Preview
Supports
Markdown
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