We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b19365 commit 4120f9fCopy full SHA for 4120f9f
.drone.star
@@ -2483,6 +2483,9 @@ def notify(ctx):
2483
"kind": "pipeline",
2484
"type": "docker",
2485
"name": "chat-notifications",
2486
+ "clone": {
2487
+ "disable": True,
2488
+ },
2489
"steps": [
2490
{
2491
"name": "notify-matrix",
@@ -2493,7 +2496,8 @@ def notify(ctx):
2493
2496
},
2494
2497
2495
2498
"commands": [
- "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",
2501
],
2502
2503
0 commit comments