mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
chore(ci):skip clone step in notification pipeline (#11549)
Signed-off-by: nabim777 <nabinalemagar019@gmail.com> Co-authored-by: Niraj Acharya <nirajacharyacode@gmail.com>
This commit is contained in:
@@ -2314,6 +2314,9 @@ def notify(ctx):
|
||||
"kind": "pipeline",
|
||||
"type": "docker",
|
||||
"name": "chat-notifications",
|
||||
"clone": {
|
||||
"disable": True,
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "notify-matrix",
|
||||
@@ -2324,7 +2327,8 @@ def notify(ctx):
|
||||
},
|
||||
},
|
||||
"commands": [
|
||||
"bash %s/tests/config/drone/notification.sh" % (dirs["base"]),
|
||||
"wget https://raw.githubusercontent.com/%s/%s/tests/config/drone/notification.sh" % (ctx.repo.slug, ctx.build.commit),
|
||||
"bash notification.sh",
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user