Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 9739faa

Browse files
Bot Updating Templated Files
1 parent e161490 commit 9739faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ pipeline {
355355
if grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then
356356
echo "Image is on the ignore list, marking Unraid template as deprecated"
357357
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/
358-
git add unraid/${CONTAINER_NAME}.xml
358+
git add -u unraid/${CONTAINER_NAME}.xml
359359
git mv unraid/${CONTAINER_NAME}.xml unraid/deprecated/${CONTAINER_NAME}.xml || :
360360
git commit -m 'Bot Moving Deprecated Unraid Template' || :
361361
else

0 commit comments

Comments
 (0)