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:
authorSaw-jan <saw.jan.grg3e@gmail.com>2022-08-24 14:41:01 +0300
committerSawjan Gurung <saw.jan.grg3e@gmail.com>2022-08-31 10:46:47 +0300
commit5e3e535be6e847aa00a68a66ea7fb20c08ab9db5 (patch)
tree829581303a3ebf22ea6e6371920d6c783e3b654b /.drone.star
parent7af3de95ad1eb57a3c3ced44ded2af5a719fd954 (diff)
try to build on ubuntu:latest image
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 ad121b263..e96c633f5 100644
--- a/.drone.star
+++ b/.drone.star
@@ -182,7 +182,7 @@ def gui_test_pipeline(ctx, trigger = {}, filterTags = [], version = "daily-maste
build_config["generator"],
build_config["build_command"],
build_dir,
- OC_CI_CLIENT_FEDORA,
+ # OC_CI_CLIENT_FEDORA,
) +
gui_tests(squish_parameters, [build_config["build_command"]]) +
# GUI test result has been disabled for now, as we squish can not produce the result in both html and json format.