From c9ec700a2f1cde52a05a714f5841e6e203a1b211 Mon Sep 17 00:00:00 2001 From: Jeremy L <5149279+lymereJ@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:27:44 -0800 Subject: [PATCH] Update run.sh Temporary disable boiler updates; Enable chiller updates. --- osstd_data_update/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osstd_data_update/run.sh b/osstd_data_update/run.sh index 6e48768..7009de1 100755 --- a/osstd_data_update/run.sh +++ b/osstd_data_update/run.sh @@ -31,7 +31,8 @@ echo "====" echo "Step 6: push new branch to OSSTD github (currently updating boiler (**/*boiler*.json) data only)" git config --global user.email "xuechen.lei@pnnl.gov" git config --global user.name "Xuechen (Jerry) Lei" -git add **/*boiler*.json +#git add **/*boiler*.json +git add **/*chiller*.json git commit -m "data_update (boiler_only) ${COMMIT_ID:0:7}" git remote set-url origin https://leijerry888:$GHTOKEN@github.com/NREL/openstudio-standards.git git push -u origin data_update_${COMMIT_ID:0:7}