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