mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
Enable canary group for staging releases
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
1fd24c5155
commit
25c2377e2f
@ -17,8 +17,6 @@ cd "$TEMPDIR" || exit 1
|
||||
VER=$( git describe --always --tags | grep -oP "v\d+\.\d+\.\d+" )
|
||||
|
||||
canary="$(. /usr/local/etc/library.sh; find_app_param ncp-community.sh CANARY)"
|
||||
# TODO: Remove temporary canary override after staged rollouts test
|
||||
canary="no"
|
||||
|
||||
[[ "$canary" != "yes" ]] && [[ -f "/usr/local/etc/instance.cfg" ]] && {
|
||||
cohorte_id="$(jq .cohorteId /usr/local/etc/instance.cfg)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user