Skip to content

Commit

Permalink
fixup! ci: add script to check modules on registry.coder.com
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn committed Nov 14, 2024
1 parent 2ffe93a commit 511f7fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 511f7fe

Please sign in to comment.