From e6a8f4033891b048bea1c67f3a42d0920deb853b Mon Sep 17 00:00:00 2001 From: "Jeremy L." <5149279+lymereJ@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:48:09 -0700 Subject: [PATCH] Update run.sh --- osstd_data_update/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/osstd_data_update/run.sh b/osstd_data_update/run.sh index f83abdd..124afeb 100755 --- a/osstd_data_update/run.sh +++ b/osstd_data_update/run.sh @@ -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 "xuechen.lei@pnnl.gov" 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