Skip to content

Commit

Permalink
rebase script
Browse files Browse the repository at this point in the history
  • Loading branch information
saiemgilani committed Apr 9, 2023
1 parent 35890c0 commit 84b8a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/daily_wbb_R_processor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ do
Rscript R/espn_wbb_03_player_box_creation.R -s $i -e $i
git pull >> /dev/null
git add wbb/* >> /dev/null
git pull --rebase >> /dev/null
git pull >> /dev/null
git commit -m "WBB Data update (Start: $i End: $i)" >> /dev/null || echo "No changes to commit"
git pull --rebase >> /dev/null
git push >> /dev/null
Expand Down

0 comments on commit 84b8a00

Please sign in to comment.