Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
NvTimLiu committed Aug 4, 2023
1 parent 9df0a52 commit 87fcf5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jenkins/Jenkinsfile-blossom.premerge
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,7 @@ for (i=0;i<10;i++) {
credentialsId: 'github-token',
url : url,
refspec : '+refs/pull/*/merge:refs/remotes/origin/pr/*']],
extensions : [[$class: 'CloneOption', shallow: true],
[$class: 'SubmoduleOption', disableSubmodules: false, shallow: true, parentCredentials: true]]
extensions : [[$class: 'CloneOption', shallow: true]]
]
)

Expand Down

0 comments on commit 87fcf5d

Please sign in to comment.