From 7a48d3b5ccbba948dae0c664b5ba16d06e0a511d Mon Sep 17 00:00:00 2001 From: nazunalika Date: Mon, 5 Jul 2021 04:09:47 -0700 Subject: [PATCH] missing logic --- sync/prep-staging.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sync/prep-staging.sh b/sync/prep-staging.sh index f39cecc..1e7df13 100644 --- a/sync/prep-staging.sh +++ b/sync/prep-staging.sh @@ -72,6 +72,7 @@ for x in "${ARCHES[@]}"; do echo "${COMPOSE_DIR}/${y}/${x}/${z} does not exist" fi done + done # repos with comps/groups involved, but only debug for y in "${MODS_REPOS[@]}"; do test -d "${COMPOSE_DIR}/${y}/${x}/debug/tree"