mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 06:21:34 +03:00
Merge pull request #814 from ZeroCool940711/dev
Added "git pull" and "git stash" to the cmd scripts so the repo is checked on each launch for updates.
This commit is contained in:
commit
32a9999441
@ -34,6 +34,9 @@ IF "%CONDA_PATH%"=="" (
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
call git stash
|
||||
call git pull
|
||||
|
||||
:foundPath
|
||||
call "%CONDA_PATH%\Scripts\activate.bat"
|
||||
call conda env create -n "%conda_env_name%" -f environment.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user