Update ogcore branch for smponent_installer
oginstaller/pipeline/head This commit looks good Details

move-to-docker
Nicolas Arenas 2024-11-04 12:12:30 +01:00
parent 18dbaa2384
commit 85c38b33a6
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ do
case $component in
ogCore)
echo "Instalando ogCore..."
OGCORE_BRANCH=jenkins-provision
OGCORE_BRANCH=main
container_version=$(jq -r '.container_version' /opt/opengnsys/ogCore/installer/config.json)
git clone --branch "$OGCORE_BRANCH" "$OGCORE_REPO" "$component_dir/repo"
sed -i "s/static/$container_version/g" $component_dir/repo/docker-compose-deploy.yml