From 25c2377e2f2b12be8aa38f61664b207603e1890b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:13:41 +0200 Subject: [PATCH] Enable canary group for staging releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com> --- bin/ncp-check-version | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/ncp-check-version b/bin/ncp-check-version index dc499ad6..ddee1071 100755 --- a/bin/ncp-check-version +++ b/bin/ncp-check-version @@ -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)"