fix: allow initial deploy without Rancher backup
Deploy Cluster / Terraform (push) Successful in 30s
Deploy Cluster / Ansible (push) Successful in 22m37s

This commit is contained in:
2026-04-26 21:27:57 +00:00
parent a2ed9555c0
commit 50752ca4b0
+2 -2
View File
@@ -986,8 +986,8 @@ jobs:
")
if [ "$LATEST" = "NONE" ]; then
echo "No Rancher backups found in B2; refusing to continue without restored Rancher state." >&2
exit 1
echo "No Rancher backups found in B2. Skipping restore; rancher-backup will create future backups."
exit 0
fi
BACKUP_FILE=$(basename "$LATEST")