activity-core/scripts/refresh_live_images.sh

9 lines
402 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
# Platform-owned, additive multi-cluster protection refresh after image rollouts.
set -euo pipefail
PLATFORM_INVENTORY_ROOT="${PLATFORM_INVENTORY_ROOT:-${HOME}/.local/lib/railiance-platform-inventory/current}"
if [[ ! -d "$PLATFORM_INVENTORY_ROOT" ]]; then
PLATFORM_INVENTORY_ROOT="${HOME}/railiance-platform"
fi
exec bash "$PLATFORM_INVENTORY_ROOT/tools/cmd/refresh-live-images"