Skip to content

Commit

Permalink
Merge pull request #76 from arjbingly/sanchitvj-patch-1
Browse files Browse the repository at this point in the history
pushing main
  • Loading branch information
arjbingly authored Apr 12, 2024
2 parents 41841ef + c2288ef commit 2ed5fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2ed5fb1

Please sign in to comment.