[Ubuntu] scripts: move invoke_tests at the bottom (#3950)

This commit is contained in:
Aleksandr Chebotov
2021-08-24 13:45:49 +03:00
committed by GitHub
parent 22087b3c7a
commit 557fce161e

View File

@@ -23,7 +23,7 @@ download_with_retries $rebar3DownloadUrl "/tmp"
mv /tmp/rebar3 /usr/local/bin/rebar3
chmod +x /usr/local/bin/rebar3
invoke_tests "Tools" "erlang"
# Clean up source list
rm $source_list
invoke_tests "Tools" "erlang"