mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
Use a specific ytdl version
This commit is contained in:
parent
04dd077ccc
commit
72d8c343b4
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
python-telegram-bot
|
||||
flask
|
||||
sqlalchemy
|
||||
youtube-dl
|
||||
youtube_dl==2019.02.18
|
||||
requests
|
||||
psycopg2-binary
|
||||
PyNaCl
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue