Adjust paths for oginstaller
oginstaller/pipeline/head There was a failure building this commit Details

ogrepo-keys
Nicolas Arenas 2025-02-06 12:44:47 +01:00
parent 3344157d6b
commit c38fe4e26f
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ download_installer() {
extract_installer() {
rm -rf /tmp/oginstall
mkdir -p /tmp/oginstall
cp -r /tmp/oginstaller-$BRANCH/python-installer/* /tmp/oginstall/
cp -r /tmp/oginstaller-$BRANCH/component-installer/* /tmp/oginstall/
cp -r /tmp/oginstaller-$BRANCH/non_graf_installer/python-installer/* /tmp/oginstall/
cp -r /tmp/oginstaller-$BRANCH/non_graf_installer/component-installer/* /tmp/oginstall/
chmod 755 /tmp/oginstall/*.sh
chmod 755 /tmp/oginstall/*.py
}