Remove firrtl-interpreter and treadle from GH actions check-commit script

This commit is contained in:
Jerry Zhao
2021-12-14 17:29:40 -08:00
parent c027a93c55
commit 21f3865ec6

View File

@@ -89,7 +89,7 @@ else
fi
search
submodules=("DRAMSim2" "axe" "barstools" "chisel-testers" "dsptools" "rocket-dsp-utils" "firrtl-interpreter" "torture" "treadle")
submodules=("DRAMSim2" "axe" "barstools" "chisel-testers" "dsptools" "rocket-dsp-utils" "torture")
dir="tools"
if [ "$CIRCLE_BRANCH" == "master" ] || [ "$CIRCLE_BRANCH" == "dev" ]
then