Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Müller <fmueller@owncloud.com>2021-11-20 02:38:50 +0300
committerHannah von Reth <vonreth@kde.org>2021-11-20 02:58:09 +0300
commitc251b71dbbe1ca1da4775022ed2456a69d9624b1 (patch)
treef0c438e5571354ebadb1b8dc85e3f7b690c1f3c6 /.drone.star
parent7909ddfef97336800e0e17fff287f9f1ca689da7 (diff)
Change Docker image used in CI
Future releases are going to be built against Qt 5.15. For 2.9, we prepared a new tag that still ships Qt 5.12. https://github.com/owncloud-ci/client/pull/13
Diffstat (limited to '.drone.star')
-rw-r--r--.drone.star6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.star b/.drone.star
index b068594b6..5edb4c656 100644
--- a/.drone.star
+++ b/.drone.star
@@ -167,7 +167,7 @@ def build_and_test_client(ctx, c_compiler, cxx_compiler, build_type, generator,
[
{
"name": "ctest",
- "image": "owncloudci/client",
+ "image": "owncloudci/client:2.9-amd64",
"pull": "always",
"environment": {
"LC_ALL": "C.UTF-8",
@@ -244,7 +244,7 @@ def build_client(ctx, c_compiler, cxx_compiler, build_type, generator, build_com
return [
{
"name": "cmake",
- "image": "owncloudci/client",
+ "image": "owncloudci/client:2.9-amd64",
"pull": "always",
"environment": {
"LC_ALL": "C.UTF-8",
@@ -257,7 +257,7 @@ def build_client(ctx, c_compiler, cxx_compiler, build_type, generator, build_com
},
{
"name": build_command,
- "image": "owncloudci/client",
+ "image": "owncloudci/client:2.9-amd64",
"pull": "always",
"environment": {
"LC_ALL": "C.UTF-8",