Skip to content
Snippets Groups Projects
Commit ad24992f authored by Konstantin Schulz's avatar Konstantin Schulz
Browse files

added environment variable to CI docker container for mcserver

parent 9465966a
No related branches found
No related tags found
No related merge requests found
Pipeline #32924 passed
...@@ -56,7 +56,7 @@ ci_backend: ...@@ -56,7 +56,7 @@ ci_backend:
- docker:20.10.8-dind - docker:20.10.8-dind
stage: ci stage: ci
script: 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: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment