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
ad24992f
Commit
ad24992f
authored
Oct 18, 2021
by
Konstantin Schulz
Browse files
added environment variable to CI docker container for mcserver
parent
9465966a
Pipeline
#32924
passed with stages
in 10 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ad24992f
...
...
@@ -56,7 +56,7 @@ ci_backend:
-
docker:20.10.8-dind
stage
:
ci
script
:
-
docker run --rm --entrypoint="./coverage_backend.sh" $BACKEND_IMAGE > ci_backend.log
-
docker run
--env IS_THIS_A_DOCKER_CONTAINER=Yes
--rm --entrypoint="./coverage_backend.sh" $BACKEND_IMAGE > ci_backend.log
variables
:
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
"
...
...
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