Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
Temporary disable boiler updates; Enable chiller updates.
  • Loading branch information
lymereJ authored Jan 23, 2024
1 parent 62998f5 commit c9ec700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osstd_data_update/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
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}
Expand Down

0 comments on commit c9ec700

Please sign in to comment.