Clean oginstaller
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
0a0bd59f8d
commit
3b00609c1e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue