Skip to content

Commit

Permalink
flex-builder: change to using technexion.yml as default CFGLISTYML
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZhang-tn committed Jan 16, 2025
1 parent 340a203 commit 8d6b788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/flex-builder
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ shift
done


[ -z "$CFGLISTYML" ] && CFGLISTYML=sdk.yml
[ -z "$CFGLISTYML" ] && CFGLISTYML=technexion.yml

. $FBDIR/tools/parse_yaml $FBDIR/configs/$CFGLISTYML > $FBDIR/configs/.sdk.cfg
. $FBDIR/tools/parse_yaml $FBDIR/configs/ml.yml >> $FBDIR/configs/.sdk.cfg
Expand Down

0 comments on commit 8d6b788

Please sign in to comment.