fix: Remove git_config when make venv

Remove git_config when make venv. So when we integrate
with devstack, we will not be interrupted by git.

Change-Id: I23d6fac4dda5bc1c2caa269f0591cb4e6137743d
This commit is contained in:
zhu.boxiang 2021-09-10 15:31:24 +08:00
parent 8faca27477
commit cfba942e3c

View File

@ -77,7 +77,7 @@ endif
.PHONY: venv
venv: git_config
venv:
if [ ! -e "libs/skyline-console/.git" ]; then git submodule update --init; fi
poetry env use $(PYTHON)