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