1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

gitlab-ci: docker:git has become stable, so switch to stable tag

When this job was implemented, it needed the "git" tag.  Now that it works,
still with the stable tag.
This commit is contained in:
Hans-Christoph Steiner 2024-03-06 14:50:24 +01:00
parent 7b45ea7898
commit 3560a2522a
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -647,7 +647,7 @@ docker:
- buildserver/*
variables:
- $CI_COMMIT_BRANCH == "master" || $CI_PROJECT_NAMESPACE != "fdroid"
image: docker:git
image: docker:dind
services:
- docker:dind
variables: