Skip to content

Commit 71f1c06

Browse files
authored
Merge pull request #11551 from owncloud/CI/fix-drone-wget-url
[tests-only][full-ci] CI: Replace hardcoded repo in wget URL with dynamic ctx.repo.slug
2 parents 0e5d21f + 34b2aab commit 71f1c06

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)