1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 16:13:44 +00:00

use DOCKER_VERSION to simplify pipeline debugging

Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
morph027 2024-05-27 19:18:17 +02:00
parent b185ebbe9e
commit 2dbbc72e39
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58

View File

@ -92,9 +92,9 @@ gitea-arm64-trigger:


.test-install: &test-install .test-install: &test-install
stage: test stage: test
image: docker:19 image: docker:$DOCKER_VERSION
services: services:
- docker:19-dind - docker:$DOCKER_VERSION-dind
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
script: script:
@ -113,9 +113,9 @@ gitea-arm64-trigger:


.test-update: &test-update .test-update: &test-update
stage: test stage: test
image: docker:19 image: docker:$DOCKER_VERSION
services: services:
- docker:19-dind - docker:$DOCKER_VERSION-dind
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
script: script: