Skip to content

Commit

Permalink
ci: update core install script (#370)
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>
Co-authored-by: patrick-stephens <[email protected]>
  • Loading branch information
calyptia-ci and patrick-stephens authored Nov 13, 2024
1 parent d4e3a12 commit ef083c0
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.5.0}
RELEASE_VERSION=${INSTALL_CALYPTIA_RELEASE_VERSION:-3.7.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 ef083c0

Please sign in to comment.