Skip to content

Commit

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

echo "Step 6: push new branch to OSSTD github (currently updating boiler (**/*chiller*.json) data only)"
echo "Step 6: push new branch to OSSTD github (currently updating boiler (**/*furnace*.json) data only)"
git config --global user.email "xuechen.lei@pnnl.gov"
git config --global user.name "Xuechen (Jerry) Lei"
git add **/*chiller*.json
git commit -m "data_update (chiller_only) ${COMMIT_ID:0:7}"
git add **/*furnace*.json
git commit -m "data_update (furnace_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 d765d91

Please sign in to comment.