docs(restore): mark authelia smoke successful and schedule
This commit is contained in:
@@ -3,7 +3,7 @@ set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
TOPIC="${TOPIC:-homelab-info}"
|
||||
TESTS="${TESTS:-vaultwarden gitea paperless}"
|
||||
TESTS="${TESTS:-vaultwarden gitea paperless authelia}"
|
||||
|
||||
pick_random() {
|
||||
printf '%s\n' $TESTS | awk 'BEGIN { srand() } { items[++count] = $0 } END { print items[int(rand() * count) + 1] }'
|
||||
|
||||
Reference in New Issue
Block a user