Skip to content

Commit

Permalink
ci: update core install script
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
calyptia-ci authored and github-actions[bot] committed Jan 28, 2025
1 parent 75469c3 commit b3dd2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0}
RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-3.22.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.
Expand Down

0 comments on commit b3dd2a9

Please sign in to comment.