We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f9cb1 commit a0db298Copy full SHA for a0db298
Jenkinsfile
@@ -355,7 +355,7 @@ pipeline {
355
if grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then
356
echo "Image is on the ignore list, marking Unraid template as deprecated"
357
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/
358
- git add unraid/${CONTAINER_NAME}.xml
+ git add -u unraid/${CONTAINER_NAME}.xml
359
git mv unraid/${CONTAINER_NAME}.xml unraid/deprecated/${CONTAINER_NAME}.xml || :
360
git commit -m 'Bot Moving Deprecated Unraid Template' || :
361
else
0 commit comments