Bot Updating Documentation

pull/29/head
LinuxServer-CI 2021-01-12 14:11:44 +00:00
rodzic 882f35ca6e
commit 6bad9206f8
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,8 @@ docker run --rm \
linuxserver/jenkins-builder:latest && \
rm -f "$(basename $PWD).md" && \
rm -f README.lite && \
rm -f .github/ISSUE_TEMPLATE.md
rm -f .github/ISSUE_TEMPLATE.md \
rm -f "$(basename $PWD).xml"
```
Newly generated files (including `README.md`, `Jenkinsfile`, issue templates, etc.) will overwrite the existing files in your current working directory.