From 0b6ba5c53d9aef1ed5652a88be7b50a5333be352 Mon Sep 17 00:00:00 2001 From: Noah Gibbs Date: Wed, 12 Jul 2023 15:38:32 +0100 Subject: [PATCH] Switch back to specifying repo and branch --- continuous_reporting/generate_and_upload_reports.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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