From 059c91181e17622a064cdf6dc275b156ffa21d3a Mon Sep 17 00:00:00 2001 From: calyptia-ci <98808777+calyptia-ci@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:10:46 +0000 Subject: [PATCH] ci: update core install script (#378) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: celalettin1286 <29018400+celalettin1286@users.noreply.github.com> --- install-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-core.sh b/install-core.sh index 91dbc47..aec44cf 100755 --- a/install-core.sh +++ b/install-core.sh @@ -9,7 +9,7 @@ PROVISIONED_USER=${INSTALL_CALYPTIA_PROVISIONED_USER:-$(id -un)} # The group to install Calyptia Core as, it must pre-exist. PROVISIONED_GROUP=${INSTALL_CALYPTIA_PROVISIONED_GROUP:-$(id -gn)} # The version of Calyptia Core to install. -RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-3.10.0} +RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-3.12.0} # Optionally just run the checks and do not install by setting to 'yes'. DRY_RUN=${INSTALL_CALYPTIA_DRY_RUN:-no} # Equivalent to '--force' to ignore errors as warnings and continue after checks even if they fail.