mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03: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:
parent
7b45ea7898
commit
3560a2522a
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ docker:
|
||||||
- buildserver/*
|
- buildserver/*
|
||||||
variables:
|
variables:
|
||||||
- $CI_COMMIT_BRANCH == "master" || $CI_PROJECT_NAMESPACE != "fdroid"
|
- $CI_COMMIT_BRANCH == "master" || $CI_PROJECT_NAMESPACE != "fdroid"
|
||||||
image: docker:git
|
image: docker:dind
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue