mirror of
https://gitlab.com/packaging/gitea
synced 2024-12-18 16:13:44 +00:00
ci: try to fix test pipeline step
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
parent
153ab6e886
commit
ec04f77c98
@ -92,9 +92,9 @@ gitea-arm64-trigger:
|
|||||||
|
|
||||||
.test-install: &test-install
|
.test-install: &test-install
|
||||||
stage: test
|
stage: test
|
||||||
image: docker:latest
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:stable-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:latest
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:stable-dind
|
||||||
variables:
|
variables:
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user