We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e5d21f + 34b2aab commit 71f1c06Copy full SHA for 71f1c06
.drone.star
@@ -2496,7 +2496,7 @@ def notify(ctx):
2496
},
2497
2498
"commands": [
2499
- "wget https://raw.githubusercontent.com/owncloud/ocis/%s/tests/config/drone/notification.sh" % ctx.build.commit,
+ "wget https://raw.githubusercontent.com/%s/%s/tests/config/drone/notification.sh" % (ctx.repo.slug, ctx.build.commit),
2500
"bash notification.sh",
2501
],
2502
0 commit comments