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:
authorArtur Neumann <artur@jankaritech.com>2021-12-10 10:28:57 +0300
committerGitHub <noreply@github.com>2021-12-10 10:28:57 +0300
commit3412bb22bc3723ea9d05ee149ab83f00d4aa2267 (patch)
tree01d7b75087385561c551dcf24292f1e1c593abab /.drone.star
parent1c93956341e521a15362692311395231f3bcaecd (diff)
use qt5.12 squish for UI tests (#9272)
Diffstat (limited to '.drone.star')
-rw-r--r--.drone.star2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.star b/.drone.star
index 5edb4c656..2b0b14dfc 100644
--- a/.drone.star
+++ b/.drone.star
@@ -219,7 +219,7 @@ def gui_tests(ctx, trigger = {}, depends_on = [], filterTags = [], version = "da
[
{
"name": "GUItests",
- "image": "owncloudci/squish:latest",
+ "image": "owncloudci/squish:qt512",
"pull": "always",
"environment": {
"LICENSEKEY": from_secret("squish_license_server"),