Skip to content

Commit

Permalink
Switch back to specifying repo and branch
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Jul 12, 2023
1 parent 4f39115 commit 0b6ba5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_reporting/generate_and_upload_reports.rb
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def basic_report_filenames(report_name, ts, prefix: "#{BUILT_REPORTS_ROOT}/_incl
unless no_push
# Reset the pages branch to the new built site
YJITMetrics.check_call "git checkout pages && git reset --hard new_pages"
YJITMetrics.check_call "git push -f pages"
YJITMetrics.check_call "git push -f origin pages"
YJITMetrics.check_call "git branch -D new_pages || echo ok" # Sometimes this fails for no obvious reason
end

Expand Down

0 comments on commit 0b6ba5c

Please sign in to comment.