Fix repo path
oginstaller/pipeline/head There was a failure building this commit Details

working-installer
Nicolas Arenas 2024-11-14 09:56:34 +01:00
parent 1b6535ffee
commit bb379b7c68
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ do
echo "Instalando ogDhcp..."
OGCORE_BRANCH=$(jq -r '.release' /opt/opengnsys/ogDhcp/installer/config.json)
git_checkout_release "$OGDHCP_REPO" "$component_dir/repo" "$OGCORE_BRANCH"
cp $CONFIGS_DIR/$config_file $component_dir/repo/config_ogdhcp.json
cp $CONFIGS_DIR/$config_file $component_dir/repo/installer/config_ogdhcp.json
cd $component_dir/repo/installer || exit
chmod 755 ogdhcp_installer.sh
./ogdhcp_installer.sh
@ -154,7 +154,7 @@ do
OGCORE_BRANCH=$(jq -r '.release' /opt/opengnsys/ogBoot/installer/config.json)
echo "Instalando ogBoot..."
git_checkout_release "$OGBOOT_REPO" "$component_dir/repo" "$OGCORE_BRANCH"
cp $CONFIGS_DIR/$config_file $component_dir/repo/config.json
cp $CONFIGS_DIR/$config_file $component_dir/repo/installer/config.json
apt install -y python3 git vim
cd $component_dir/repo/installer || exit
python3 ogboot_installer.py