From f85662835ae40d5ae9380d19e477151679d3f287 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 15 Jun 2021 11:25:36 -0400 Subject: [PATCH] Bot Updating Templated Files --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a4549e9..61c20f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -318,7 +318,7 @@ pipeline { cd ${TEMPDIR}/unraid/templates/ if ! grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then echo "${CONTAINER_NAME}" >> ${TEMPDIR}/unraid/templates/unraid/ignore.list - git add unraid/templates/unraid/ignore.list + git add unraid/ignore.list fi if grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then echo "Image is on the ignore list, removing Unraid template"