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:
Nalem7
2025-07-22 12:18:08 +05:45
committed by GitHub
parent e0cd0a70bf
commit 81da003f22

View File

@@ -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",
],
},
],