From c2288ef28c04a510ff7f26103f998c3bb76f1105 Mon Sep 17 00:00:00 2001 From: Sanchit Vijay Date: Fri, 12 Apr 2024 17:47:48 -0400 Subject: [PATCH] pushing main --- ci/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 11c7f3a..fb9cfa8 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -111,13 +111,13 @@ pipeline { sh 'python3 ci/modify_test_status.py --fail' sh 'git add README.md' sh 'git commit -m "test status updated"' - sh 'git push' + sh 'git push origin main' } success{ sh 'python3 ci/modify_test_status.py' sh 'git add README.md' sh 'git commit -m "test status updated"' - sh 'git push' + sh 'git push origin main' } cleanup{ cleanWs(