Don't pull hammer-cad-plugins in init script

This commit is contained in:
Jerry Zhao
2019-07-15 16:15:09 -07:00
parent 6e790abdee
commit 906f5af809
2 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ set -ex
cd $HOME/project
# initialize submodules and get the hashes
git config submodule.vlsi/hammer-cad-plugins.update none
git submodule update --init
status=$(git submodule status)