Adjust paths for oginstaller
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
3344157d6b
commit
c38fe4e26f
|
@ -37,8 +37,8 @@ download_installer() {
|
||||||
extract_installer() {
|
extract_installer() {
|
||||||
rm -rf /tmp/oginstall
|
rm -rf /tmp/oginstall
|
||||||
mkdir -p /tmp/oginstall
|
mkdir -p /tmp/oginstall
|
||||||
cp -r /tmp/oginstaller-$BRANCH/python-installer/* /tmp/oginstall/
|
cp -r /tmp/oginstaller-$BRANCH/non_graf_installer/python-installer/* /tmp/oginstall/
|
||||||
cp -r /tmp/oginstaller-$BRANCH/component-installer/* /tmp/oginstall/
|
cp -r /tmp/oginstaller-$BRANCH/non_graf_installer/component-installer/* /tmp/oginstall/
|
||||||
chmod 755 /tmp/oginstall/*.sh
|
chmod 755 /tmp/oginstall/*.sh
|
||||||
chmod 755 /tmp/oginstall/*.py
|
chmod 755 /tmp/oginstall/*.py
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue