Skip to content

Commit 34b2aab

Browse files
committed
CI: Make Drone wget URL dynamic using ctx.repo.slug
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
1 parent 0e5d21f commit 34b2aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,7 @@ def notify(ctx):
24962496
},
24972497
},
24982498
"commands": [
2499-
"wget https://raw.githubusercontent.com/owncloud/ocis/%s/tests/config/drone/notification.sh" % ctx.build.commit,
2499+
"wget https://raw.githubusercontent.com/%s/%s/tests/config/drone/notification.sh" % (ctx.repo.slug, ctx.build.commit),
25002500
"bash notification.sh",
25012501
],
25022502
},

0 commit comments

Comments
 (0)