ci: use Docker DinD version from variable

This commit is contained in:
2023-02-09 21:55:35 +01:00
parent 697f517260
commit 2c6ff89a47
+1 -1
View File
@@ -14,7 +14,7 @@ image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build: build:
stage: build stage: build
services: services:
- docker:dind - docker:${DOCKER_DIND_VERSION}
script: script:
- unset BUILDTOOLS_CONTENT - unset BUILDTOOLS_CONTENT
- build - build