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 24, 2024
1 parent bea47dc commit 4018148
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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 economizers (**/*economizers*.json.json) data only)"
echo "Step 6: push new branch to OSSTD github (currently updating energy recovery requirements (**/*energy_recovery*.json) data only)"
git config --global user.email "[email protected]"
git config --global user.name "Xuechen (Jerry) Lei"
git add **/*economizers*.json
git add **/*energy_recovery*.json
#git add **/*economizers*.json
#git add **/*vrfs*.json
#git add **/*construction_properties*.json
#git add **/*heat_pumps*.json
Expand All @@ -42,7 +43,7 @@ git add **/*economizers*.json
#git add **/*furnace*.json
#git add **/*boiler*.json
#git add **/*chiller*.json
git commit -m "data_update (construction_propeties_only) ${COMMIT_ID:0:7}"
git commit -m "data_update (energy_recovery_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}
echo "===="

0 comments on commit 4018148

Please sign in to comment.