summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/creating_data/docker-images-collector.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/creating_data/docker-images-collector.sh b/build/creating_data/docker-images-collector.sh
index e6aa5c57..71f2e72b 100755
--- a/build/creating_data/docker-images-collector.sh
+++ b/build/creating_data/docker-images-collector.sh
@@ -238,9 +238,9 @@ sed -i "1i# generated from ${COMMENT}" "${LIST}"
echo -e ${MSG}
echo -e 'The list has been created:\n '"${LIST}"
-# Remove temporary helm directory
-rm -rf ${HELM_HOME}
# Kill helm
kill_chart_repo
+# Remove temporary helm directory
+rm -rf ${HELM_HOME}
exit 0