mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 15:14:57 +00:00
Do not check in test_coverage
This commit is contained in:
parent
db2d6124b1
commit
0aa3068e9e
1 changed files with 1 additions and 3 deletions
|
@ -70,9 +70,7 @@ devscripts/gh-pages/add-version.py $version
|
|||
devscripts/gh-pages/sign-versions.py < updates_key.pem
|
||||
devscripts/gh-pages/generate-download.py
|
||||
devscripts/gh-pages/update-copyright.py
|
||||
rm -r test_coverage
|
||||
mv cover test_coverage
|
||||
git add *.html *.html.in update test_coverage
|
||||
git add *.html *.html.in update
|
||||
git commit -m "release $version"
|
||||
git show HEAD
|
||||
read -p "Is it good, can I push? (y/n) " -n 1
|
||||
|
|
Loading…
Reference in a new issue