Do not check that chisel3 and firrtl submodule branches are whitelisted (#366)

Chisel3 and FIRRTL use release branches, which we track instead.
This commit is contained in:
Jerry Zhao
2019-12-13 11:38:49 -08:00
committed by GitHub
parent 86a473dbf6
commit 4d58321f1c

View File

@@ -85,7 +85,7 @@ dir="software"
branches=("master")
search
submodules=("axe" "barstools" "chisel3" "firrtl" "torture" "dsptools" "chisel-testers" "treadle" "firrtl-interpreter")
submodules=("axe" "barstools" "torture" "dsptools" "chisel-testers" "treadle" "firrtl-interpreter")
dir="tools"
if [ "$CIRCLE_BRANCH" == "master" ] || [ "$CIRCLE_BRANCH" == "dev" ]
then