1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Use a specific ytdl version

This commit is contained in:
Steffo 2019-02-28 21:20:04 +01:00
parent 04dd077ccc
commit 72d8c343b4
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
python-telegram-bot
flask
sqlalchemy
youtube-dl
youtube_dl==2019.02.18
requests
psycopg2-binary
PyNaCl

View file

@ -6,7 +6,7 @@ git stash
git pull
git lfs pull
new=$(git rev-list HEAD -n 1)
if [ ${old} = ${new} ]; then
if [[ ${old} = ${new} ]]; then
version=$(sentry-cli releases propose-version)
sentry-cli releases new -p royalnet ${version}
sentry-cli releases set-commits --auto ${version}