File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ pipeline {
17
17
DOCKERHUB_IMAGE = ' linuxserver/duckdns'
18
18
DEV_DOCKERHUB_IMAGE = ' lsiodev/duckdns'
19
19
PR_DOCKERHUB_IMAGE = ' lspipepr/duckdns'
20
- BUILDS_DISCORD = credentials(' build_webhook_url' )
21
- GITHUB_TOKEN = credentials(' 498b4638-2d02-4ce5-832d-8a57d01d97ab' )
22
20
DIST_IMAGE = ' alpine'
23
21
MULTIARCH = ' true'
24
22
CI = ' true'
@@ -325,9 +323,9 @@ pipeline {
325
323
fi
326
324
if [ "$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )" != "${PACKAGE_TAG}" ]; then
327
325
git clone https://github.com/${LS_USER}/${LS_REPO}.git ${TEMPDIR}/${LS_REPO}
326
+ git --git-dir ${TEMPDIR}/${LS_REPO}/.git checkout -f master
328
327
cp ${TEMPDIR}/package_versions.txt ${TEMPDIR}/${LS_REPO}/
329
328
cd ${TEMPDIR}/${LS_REPO}/
330
- git --git-dir ${TEMPDIR}/${LS_REPO}/.git checkout -f master
331
329
git --git-dir ${TEMPDIR}/${LS_REPO}/.git add package_versions.txt
332
330
git --git-dir ${TEMPDIR}/${LS_REPO}/.git commit -m 'Bot Updating Package Versions'
333
331
git --git-dir ${TEMPDIR}/${LS_REPO}/.git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git --all
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ repo_vars:
14
14
- DOCKERHUB_IMAGE = 'linuxserver/duckdns'
15
15
- DEV_DOCKERHUB_IMAGE = 'lsiodev/duckdns'
16
16
- PR_DOCKERHUB_IMAGE = 'lspipepr/duckdns'
17
- - BUILDS_DISCORD = credentials('build_webhook_url')
18
- - GITHUB_TOKEN = credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
19
17
- DIST_IMAGE = 'alpine'
20
18
- MULTIARCH='true'
21
19
- CI='true'
You can’t perform that action at this time.
0 commit comments