Skip to content

Commit 3fc0dd4

Browse files
committed
Add pwndrop donation links
1 parent 249352c commit 3fc0dd4

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
open_collective: linuxserver
2+
custom: ["https://patreon.com/mrgretzky","https://ko-fi.com/mrgretzky","https://liberapay.com/mrgretzky",]

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pipeline {
5858
env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT
5959
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/'
6060
env.PULL_REQUEST = env.CHANGE_ID
61-
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md'
61+
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md ./root/donate.txt'
6262
}
6363
script{
6464
env.LS_RELEASE_NUMBER = sh(

jenkins-vars.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ repo_vars:
2727
- CI_DOCKERENV='TZ=US/Pacific'
2828
- CI_AUTH='user:password'
2929
- CI_WEBPATH='/pwndrop'
30+
sponsor_links:
31+
- { name: "Pwndrop - Patreon", url: "https://patreon.com/mrgretzky" }
32+
- { name: "Pwndrop - Ko-fi", url: "https://ko-fi.com/mrgretzky" }
33+
- { name: "Pwndrop - Liberapay", url: "https://liberapay.com/mrgretzky" }

root/donate.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Pwndrop - Patreon: https://patreon.com/mrgretzky
2+
Pwndrop - Ko-fi: https://ko-fi.com/mrgretzky
3+
Pwndrop - Liberapay: https://liberapay.com/mrgretzky

0 commit comments

Comments
 (0)