mirror of https://github.com/AMT-Cheif/drift.git
Delete conflicting outputs in sally CI
This commit is contained in:
parent
700a21d29e
commit
b4a3016b40
|
@ -6,4 +6,4 @@ stages:
|
|||
- dartanalyzer: --fatal-infos --fatal-warnings .
|
||||
- dartfmt
|
||||
- unit_test:
|
||||
- command: pub run build_runner test
|
||||
- command: pub run build_runner test --delete-conflicting-outputs
|
|
@ -21,8 +21,8 @@ while (( "$#" )); do
|
|||
case $TASK in
|
||||
command) echo
|
||||
echo -e '\033[1mTASK: command\033[22m'
|
||||
echo -e 'pub run build_runner test'
|
||||
pub run build_runner test || EXIT_CODE=$?
|
||||
echo -e 'pub run build_runner test --delete-conflicting-outputs'
|
||||
pub run build_runner test --delete-conflicting-outputs || EXIT_CODE=$?
|
||||
;;
|
||||
dartanalyzer) echo
|
||||
echo -e '\033[1mTASK: dartanalyzer\033[22m'
|
||||
|
|
Loading…
Reference in New Issue