Bot Updating Documentation

pull/29/head
LinuxServer-CI 2021-01-12 17:32:09 +00:00
rodzic d85b7d3888
commit ba6accd63a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ docker run --rm \
rm -f "$(basename $PWD).md" && \
rm -f README.lite && \
rm -f .github/ISSUE_TEMPLATE.md \
rm -f "$(basename $PWD).xml"
rm -f "$(basename $PWD | sed 's|^docker-||').xml"
```
Newly generated files (including `README.md`, `Jenkinsfile`, issue templates, etc.) will overwrite the existing files in your current working directory.