From 557fce161e8a546adcaf3a62f22dcd539d43d609 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Tue, 24 Aug 2021 13:45:49 +0300 Subject: [PATCH] [Ubuntu] scripts: move invoke_tests at the bottom (#3950) --- images/linux/scripts/installers/erlang.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/linux/scripts/installers/erlang.sh b/images/linux/scripts/installers/erlang.sh index 73c973aa3..1eef1cb5a 100644 --- a/images/linux/scripts/installers/erlang.sh +++ b/images/linux/scripts/installers/erlang.sh @@ -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"