From 1c55e67c7f4f952b8c694fd4c3b0519684a43418 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Sun, 13 Oct 2019 08:15:42 -0700 Subject: [PATCH] fix check commit ci check --- .circleci/check-commit.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/check-commit.sh b/.circleci/check-commit.sh index a282ebfd..18a7b649 100755 --- a/.circleci/check-commit.sh +++ b/.circleci/check-commit.sh @@ -12,8 +12,12 @@ source $SCRIPT_DIR/defaults.sh # enter bhd repo cd $LOCAL_CHIPYARD_DIR +# ignore the private vlsi submodules +git config submodule.vlsi/hammer-cadence-plugins.update none +git config submodule.vlsi/hammer-mentor-plugins.update none +git config submodule.vlsi/hammer-synopsys-plugins.update none + # initialize submodules and get the hashes -git config submodule.vlsi/hammer-cad-plugins.update none git submodule update --init status=$(git submodule status)