Files

9 lines
211 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
OUT="$ROOT/inventory/containers-atc-docker01.json"
python3 "$ROOT/scripts/deploy/export-inventory.py" "$OUT"
echo "Wrote $OUT"