Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ authored Oct 22, 2024
1 parent 9417621 commit e6a8f40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions osstd_data_update/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ cd ../../
rm -rf data_update
echo "===="

echo "Step 6: push new branch to OSSTD github (currently updating heat pump (**/*construction_properties*.json) data only)"
echo "Step 6: push new branch to OSSTD github (currently updating vrf (**/*variable_refrigerant_flow_systems*.json) data only)"
git config --global user.email "[email protected]"
git config --global user.name "Xuechen (Jerry) Lei"
git add **/*construction_properties*.json
git add **/*variable_refrigerant_flow_systems*.json
#git add **/*construction_properties*.json
#git add **/*heat_pumps*.json
#git add **/*motor*.json
#git add **/*heat_rejection*.json
Expand Down

0 comments on commit e6a8f40

Please sign in to comment.