diff --git a/continuous_reporting/generate_and_upload_reports.rb b/continuous_reporting/generate_and_upload_reports.rb index e3647ba04..80b8b5b28 100755 --- a/continuous_reporting/generate_and_upload_reports.rb +++ b/continuous_reporting/generate_and_upload_reports.rb @@ -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