Address CircleCI

This commit is contained in:
abejgonzalez
2020-11-12 15:30:43 -08:00
parent 7ca3be236c
commit d5a0fd1a8e
4 changed files with 29 additions and 66 deletions

View File

@@ -122,12 +122,7 @@ search
submodules=("fpga-shells")
dir="fpga"
if [ "$CIRCLE_BRANCH" == "master" ] || [ "$CIRCLE_BRANCH" == "dev" ]
then
branches=("master")
else
branches=("master" "dev")
fi
branches=("master")
search
# turn off verbose printing to make this easier to read