Commit 5f3f8c22 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_versions.sh: fix --slow

parent 00dda31f
...@@ -81,7 +81,7 @@ $EPM play $playopt --list-all --short | while read app ; do ...@@ -81,7 +81,7 @@ $EPM play $playopt --list-all --short | while read app ; do
# hack for broken gitlab-runner # hack for broken gitlab-runner
[ "$distr" != "alt" ] && [ "$app" = "gitlab-runner" ] && continue [ "$distr" != "alt" ] && [ "$app" = "gitlab-runner" ] && continue
install_app_alt $app </dev/null install_app_alt $app </dev/null
[ -n "$show" ] && sleep $slow [ -n "$slow" ] && sleep $slow
done done
# save eepm version # save eepm version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment