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:
authorTalank <talank@gces.edu.np>2022-03-24 08:06:19 +0300
committerGitHub <noreply@github.com>2022-03-24 08:06:19 +0300
commit2dc0817747f5b1b001eb3de0bfb39914786ae874 (patch)
tree26aa052a68ee29dd2553d8644dcd70ac7005aefa /.drone.star
parent56bb3dbfe1cf75d516a029769eb3f9cde631eccc (diff)
[Tests-Only]Enabled screenshot of desktop on test failure (#9518)
Diffstat (limited to '.drone.star')
-rw-r--r--.drone.star4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.star b/.drone.star
index ae546341b..88919b627 100644
--- a/.drone.star
+++ b/.drone.star
@@ -545,8 +545,8 @@ def setGuiTestReportDir():
"image": "owncloud/ubuntu:16.04",
"pull": "always",
"commands": [
- "mkdir %s" % GUI_TEST_REPORT_DIR,
- "chmod ugo+rwx %s" % GUI_TEST_REPORT_DIR,
+ "mkdir %s/screenshots -p" % GUI_TEST_REPORT_DIR,
+ "chmod 777 %s -R" % GUI_TEST_REPORT_DIR,
],
}]