bad variable used for live build server

This commit is contained in:
thelamer
2018-09-09 21:28:33 -07:00
parent 21e769955c
commit 680bbbccb0
Vendored
+1 -1
View File
@@ -14,7 +14,7 @@ pipeline {
DEV_DOCKERHUB_IMAGE = 'lsiodev/radarr'
PR_DOCKERHUB_IMAGE = 'lspipepr/radarr'
BUILDS_DISCORD = credentials('build_webhook_url')
GITHUB_TOKEN = credentials('github_token')
GITHUB_TOKEN = credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
DIST_IMAGE = 'ubuntu'
DIST_TAG = 'xenial'
DIST_PACKAGES = 'none'