Fix if.
This commit is contained in:
parent
c60e5976cd
commit
bacf8715db
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ SET build_commit=%%F
|
||||||
)
|
)
|
||||||
echo "BUILD: str = \"%build_commit%\""> ..\build.py
|
echo "BUILD: str = \"%build_commit%\""> ..\build.py
|
||||||
|
|
||||||
if %1 == "no-venv" goto skip-venv
|
if "%1" == "no-venv" goto skip-venv
|
||||||
|
|
||||||
py -m venv ..\venv
|
py -m venv ..\venv
|
||||||
..\venv\Scripts\activate
|
..\venv\Scripts\activate
|
||||||
|
|
Loading…
Reference in a new issue