diff --git a/component-installer.sh b/component-installer.sh index 557bed1..4759484 100644 --- a/component-installer.sh +++ b/component-installer.sh @@ -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