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-01-13 10:17:25 +0300
committerGitHub <noreply@github.com>2022-01-13 10:17:25 +0300
commit1f8324b4cfdd0990d7030c224a29b36861f93565 (patch)
treec7c894e744af897e51e6f697a599d543f179277c /.drone.star
parent5a9dc6141347c1b87ae312c375c021d5b5639cf6 (diff)
[Tests-Only]Execute drone notification in cron pipelines (#9337)
Diffstat (limited to '.drone.star')
-rw-r--r--.drone.star13
1 files changed, 11 insertions, 2 deletions
diff --git a/.drone.star b/.drone.star
index 6d9a8352a..db6462e9e 100644
--- a/.drone.star
+++ b/.drone.star
@@ -53,6 +53,7 @@ def main(ctx):
"check-starlark",
"changelog",
"clang-debug-ninja",
+ "GUI-tests",
],
),
]
@@ -75,6 +76,14 @@ def main(ctx):
trigger = cron_trigger,
),
gui_tests(ctx, trigger = cron_trigger),
+ notification(
+ name = "build",
+ trigger = cron_trigger,
+ depends_on = [
+ "clang-debug-ninja",
+ "GUI-tests",
+ ],
+ ),
]
if ctx.build.event == "cron":
@@ -409,8 +418,8 @@ def notification(name, depends_on = [], trigger = {}):
"image": "plugins/slack",
"pull": "always",
"settings": {
- "webhook": from_secret("slack_webhook"),
- "channel": "desktop-ci",
+ "webhook": from_secret("private_rocketchat"),
+ "channel": "desktop-internal",
},
},
],