From 4eaf89889b09870afe7557856d6f3e0bc4988ea1 Mon Sep 17 00:00:00 2001 From: thespad Date: Sun, 22 Dec 2024 19:20:19 +0000 Subject: [PATCH] Fix jenkins vars --- Jenkinsfile | 4 ++-- README.md | 2 +- jenkins-vars.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 134c4cf..4dcc816 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,12 +19,12 @@ pipeline { DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat') QUAYIO_API_TOKEN=credentials('quayio-repo-api-token') GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f') - CONTAINER_NAME = modmanager' + CONTAINER_NAME = 'modmanager' BUILD_VERSION_ARG = 'OS' LS_USER = 'linuxserver' LS_REPO = 'docker-modmanager' DOCKERHUB_IMAGE = 'linuxserver/modmanager' - DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanagerc' + DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanager' PR_DOCKERHUB_IMAGE = 'lspipepr/modmanager' DIST_IMAGE = 'alpine' MULTIARCH='true' diff --git a/README.md b/README.md index e2c68d6..0704342 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The Modmanager container will download all needed mods on startup and then check You can then mount your `/modcache` path into any other Linuxserver container and they will pull their mods from there rather than downloading them each time. >[!NOTE] ->If a mod requires additional packages to be installed, the container will still need to download them each time it is recreated. +>If a mod requires additional packages to be installed, each container will still need to download them each time it is recreated. ## Usage diff --git a/jenkins-vars.yml b/jenkins-vars.yml index faa8729..f431a21 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -7,12 +7,12 @@ release_type: stable release_tag: latest ls_branch: main repo_vars: - - CONTAINER_NAME = modmanager' + - CONTAINER_NAME = 'modmanager' - BUILD_VERSION_ARG = 'OS' - LS_USER = 'linuxserver' - LS_REPO = 'docker-modmanager' - DOCKERHUB_IMAGE = 'linuxserver/modmanager' - - DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanagerc' + - DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanager' - PR_DOCKERHUB_IMAGE = 'lspipepr/modmanager' - DIST_IMAGE = 'alpine' - MULTIARCH='true'