mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-09 02:00:44 +08:00
reload on every commit (#2618)
This commit is contained in:
parent
a80084f3df
commit
f9e9654225
@ -5,7 +5,7 @@ export PATH="/usr/local/bin:/usr/bin:/bin"
|
||||
|
||||
git pull > /tmp/git_changes.txt
|
||||
|
||||
if ! grep -q "gradio/version.txt" /tmp/git_changes.txt; then
|
||||
if grep -q "Already up to date." /tmp/git_changes.txt; then
|
||||
echo "NO CHANGES"
|
||||
else
|
||||
echo "Reloading..."
|
||||
|
Loading…
Reference in New Issue
Block a user