Skip to content
Snippets Groups Projects
Verified Commit 2ab3a2a4 authored by Martin Weise's avatar Martin Weise
Browse files

WIP

parent d6a237fa
No related branches found
No related tags found
1 merge request!370Fixed the test
...@@ -2,16 +2,16 @@ variables: ...@@ -2,16 +2,16 @@ variables:
HOSTALIASES: "./hosts" HOSTALIASES: "./hosts"
DOCKER_HOST: "unix:///var/run/dind/docker.sock" DOCKER_HOST: "unix:///var/run/dind/docker.sock"
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
DOCKER_VERSION: 27 DOCKER_VERSION: "27"
TESTCONTAINERS_RYUK_DISABLED: "false" TESTCONTAINERS_RYUK_DISABLED: "false"
ALPINE_VERSION: 3.21 ALPINE_VERSION: "3.21"
PYTHON_VERSION: 3.11 PYTHON_VERSION: "3.11"
JAVA_VERSION: 17 JAVA_VERSION: "17"
SONARQUBE_VERSION: 10.0 SONARQUBE_VERSION: "10.0"
BUN_VERSION: 1.1.40 BUN_VERSION: "1.1.40"
DOC_VERSION: 1.6 DOC_VERSION: "1.6"
APP_VERSION: 1.6.0 APP_VERSION: "1.6.0"
CHART_VERSION: 1.6.0 CHART_VERSION: "1.6.0"
CACHE_FALLBACK_KEY: "${CI_DEFAULT_BRANCH}" CACHE_FALLBACK_KEY: "${CI_DEFAULT_BRANCH}"
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log. # This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
# `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work. # `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment