From b520843984fcb5865c1a61a6d52dc1952e1f8120 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:33:55 +0000 Subject: [PATCH] ci: fix release pipeline (cherry-pick #8530) (#8533) Co-authored-by: Jens L fix release pipeline (#8530) --- lifecycle/ak | 1 + 1 file changed, 1 insertion(+) diff --git a/lifecycle/ak b/lifecycle/ak index 941b12594d..a1df54b8c9 100755 --- a/lifecycle/ak +++ b/lifecycle/ak @@ -86,6 +86,7 @@ elif [[ "$1" == "bash" ]]; then /bin/bash elif [[ "$1" == "test-all" ]]; then prepare_debug + chmod 777 /root check_if_root "python -m manage test authentik" elif [[ "$1" == "healthcheck" ]]; then run_authentik healthcheck $(cat $MODE_FILE)