Clean oginstaller
oginstaller/pipeline/head There was a failure building this commit Details

pull/1/head
Nicolas Arenas 2024-11-20 13:49:43 +01:00
parent 0a0bd59f8d
commit 3b00609c1e
1 changed files with 7 additions and 1 deletions

View File

@ -53,6 +53,12 @@ launch_component_installer() {
/tmp/oginstall/component-installer.sh
}
clean_tmp() {
rm -rf /tmp/oginstall
rm -rf /tmp/oginstaller-$BRANCH
rm -f /tmp/oginstaller.zip
}
install_packages
download_installer
@ -60,4 +66,4 @@ extract_installer
create_python_venv
create_questions
launch_component_installer
clean_tmp