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:
parent
04dd077ccc
commit
72d8c343b4
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
python-telegram-bot
|
python-telegram-bot
|
||||||
flask
|
flask
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
youtube-dl
|
youtube_dl==2019.02.18
|
||||||
requests
|
requests
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
PyNaCl
|
PyNaCl
|
||||||
|
|
|
@ -6,7 +6,7 @@ git stash
|
||||||
git pull
|
git pull
|
||||||
git lfs pull
|
git lfs pull
|
||||||
new=$(git rev-list HEAD -n 1)
|
new=$(git rev-list HEAD -n 1)
|
||||||
if [ ${old} = ${new} ]; then
|
if [[ ${old} = ${new} ]]; then
|
||||||
version=$(sentry-cli releases propose-version)
|
version=$(sentry-cli releases propose-version)
|
||||||
sentry-cli releases new -p royalnet ${version}
|
sentry-cli releases new -p royalnet ${version}
|
||||||
sentry-cli releases set-commits --auto ${version}
|
sentry-cli releases set-commits --auto ${version}
|
||||||
|
|
Loading…
Reference in a new issue