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 10c0307 commit aaabdd3Copy full SHA for aaabdd3
Jenkinsfile
@@ -349,7 +349,7 @@ pipeline {
349
if grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then
350
echo "Image is on the ignore list, marking Unraid template as deprecated"
351
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/
352
- git add unraid/${CONTAINER_NAME}.xml
+ git add -u unraid/${CONTAINER_NAME}.xml
353
git mv unraid/${CONTAINER_NAME}.xml unraid/deprecated/${CONTAINER_NAME}.xml || :
354
git commit -m 'Bot Moving Deprecated Unraid Template' || :
355
else
0 commit comments