ci: fix release pipeline (cherry-pick #8530) (#8533)

Co-authored-by: Jens L <jens@goauthentik.io>
fix release pipeline (#8530)
This commit is contained in:
gcp-cherry-pick-bot[bot]
2024-02-15 17:33:55 +00:00
committed by GitHub
parent 92216e4ea8
commit b520843984

View File

@ -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)