Skip to content

Commit 66be3f9

Browse files
authored
ci: update core install script (#303)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cdd6c26 commit 66be3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: install-core.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PROVISIONED_USER=${INSTALL_CALYPTIA_PROVISIONED_USER:-$(id -un)}
99
# The group to install Calyptia Core as, it must pre-exist.
1010
PROVISIONED_GROUP=${INSTALL_CALYPTIA_PROVISIONED_GROUP:-$(id -gn)}
1111
# The version of Calyptia Core to install.
12-
RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-2.9.0}
12+
RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-2.10.0}
1313
# Optionally just run the checks and do not install by setting to 'yes'.
1414
DRY_RUN=${INSTALL_CALYPTIA_DRY_RUN:-no}
1515
# Equivalent to '--force' to ignore errors as warnings and continue after checks even if they fail.

0 commit comments

Comments
 (0)