Skip to content

Commit b907deb

Browse files
Merge pull request #11547 from owncloud/skip-clone-notification
[tests-only][full-ci] chore(ci):skip clone step in notification pipeline
2 parents 6b19365 + 4120f9f commit b907deb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.drone.star

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2483,6 +2483,9 @@ def notify(ctx):
24832483
"kind": "pipeline",
24842484
"type": "docker",
24852485
"name": "chat-notifications",
2486+
"clone": {
2487+
"disable": True,
2488+
},
24862489
"steps": [
24872490
{
24882491
"name": "notify-matrix",
@@ -2493,7 +2496,8 @@ def notify(ctx):
24932496
},
24942497
},
24952498
"commands": [
2496-
"bash %s/tests/config/drone/notification.sh" % (dirs["base"]),
2499+
"wget https://raw.githubusercontent.com/owncloud/ocis/%s/tests/config/drone/notification.sh" % ctx.build.commit,
2500+
"bash notification.sh",
24972501
],
24982502
},
24992503
],

0 commit comments

Comments
 (0)