Update files
This commit is contained in:
parent
44bd15559b
commit
d707b055c7
2 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ PATH=%PATH_WIN%
|
|||
#cd ../dart_framework && git pull origin master
|
||||
cd ../%JOB_NAME%
|
||||
|
||||
call ./assets/script/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
|
||||
|
|
@ -4,7 +4,6 @@ import 'package:dart_framework/utils/system_util.dart';
|
|||
|
||||
import 'command_base.dart';
|
||||
import 'package:oto_cli/cli/cli.dart';
|
||||
import 'package:path/path.dart' as path;
|
||||
|
||||
class CommandManager {
|
||||
Map<String, CommandBase> commandMap = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue