cache compose tests

This commit is contained in:
Elio Bischof
2025-06-19 09:58:16 +02:00
parent 831a2bacb2
commit 019c76de31

View File

@@ -3,7 +3,7 @@
# Usage: ./run_or_skip.sh <Make target> <images>
# Example: ./run_or_skip.sh lint-force "img1;img2"
set -euo pipefail
set -euox pipefail
if [ -z "$CACHE_DIR" ]; then
echo "CACHE_DIR is not set. Please set it to a valid directory."