update batch
This commit is contained in:
parent
e8d3002302
commit
c7c0e00f88
1 changed files with 3 additions and 8 deletions
|
|
@ -1,12 +1,7 @@
|
|||
@echo
|
||||
PATH=%PATH_WIN%
|
||||
: cd ../dart_framework && git pull origin master
|
||||
cd "../%JOB_NAME%"
|
||||
|
||||
echo %PATH%
|
||||
|
||||
#cd ../dart_framework && git pull origin master
|
||||
cd ../%JOB_NAME%
|
||||
|
||||
call ./assets/script/batch/check_rev.bat
|
||||
call "./assets/script/batch/check_rev.bat"
|
||||
set /p RESULT=<result.txt
|
||||
|
||||
IF "%RESULT%"=="FALSE " flutter clean && flutter packages upgrade && flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs
|
||||
Loading…
Reference in a new issue