ci: fix release pipeline (#8530)
This commit is contained in:
		@ -86,6 +86,7 @@ elif [[ "$1" == "bash" ]]; then
 | 
				
			|||||||
    /bin/bash
 | 
					    /bin/bash
 | 
				
			||||||
elif [[ "$1" == "test-all" ]]; then
 | 
					elif [[ "$1" == "test-all" ]]; then
 | 
				
			||||||
    prepare_debug
 | 
					    prepare_debug
 | 
				
			||||||
 | 
					    chmod 777 /root
 | 
				
			||||||
    check_if_root "python -m manage test authentik"
 | 
					    check_if_root "python -m manage test authentik"
 | 
				
			||||||
elif [[ "$1" == "healthcheck" ]]; then
 | 
					elif [[ "$1" == "healthcheck" ]]; then
 | 
				
			||||||
    run_authentik healthcheck $(cat $MODE_FILE)
 | 
					    run_authentik healthcheck $(cat $MODE_FILE)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user