Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 89a78de

Browse files
Bot Updating Templated Files
1 parent bfb4849 commit 89a78de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ pipeline {
336336
if grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then
337337
echo "Image is on the ignore list, marking Unraid template as deprecated"
338338
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/
339-
git add unraid/${CONTAINER_NAME}.xml
339+
git add -u unraid/${CONTAINER_NAME}.xml
340340
git mv unraid/${CONTAINER_NAME}.xml unraid/deprecated/${CONTAINER_NAME}.xml || :
341341
git commit -m 'Bot Moving Deprecated Unraid Template' || :
342342
else

0 commit comments

Comments
 (0)