From 511f7fed5c12ba77ebb8d80a43a2aea019f07040 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 14 Nov 2024 20:27:24 +0000 Subject: [PATCH] fixup! ci: add script to check modules on registry.coder.com --- check.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/check.sh b/check.sh index 021ff94b..ad04ca1f 100755 --- a/check.sh +++ b/check.sh @@ -10,7 +10,6 @@ fi status=0 declare -a modules=() declare -a failures=() -modules+=("doesnotexist") for path in $(find . -not -path '*/.*' -type f -name main.tf -maxdepth 2 | cut -d '/' -f 2 | sort -u); do modules+=("${path}") done