mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
CI: Remove pre-build merge from gates and checks
Change-Id: Ibc151f63dcec4db847915c2f3cbe5b467dd59574
This commit is contained in:
@@ -81,11 +81,8 @@ pipeline {
|
||||
branches: [[name: env.GERRIT_BRANCH ]],
|
||||
extensions: [
|
||||
[$class: 'CleanBeforeCheckout'],
|
||||
[$class: 'PreBuildMerge', options: [
|
||||
mergeRemote: env.GERRIT_NAME,
|
||||
mergeTarget: env.GERRIT_BRANCH ]
|
||||
],
|
||||
[$class: 'CloneOption',
|
||||
honorRefspec: true,
|
||||
noTags: true,
|
||||
depth: 10,
|
||||
shallow: true
|
||||
|
@@ -82,11 +82,8 @@ pipeline {
|
||||
branches: [[name: env.GERRIT_BRANCH ]],
|
||||
extensions: [
|
||||
[$class: 'CleanBeforeCheckout'],
|
||||
[$class: 'PreBuildMerge', options: [
|
||||
mergeRemote: env.GERRIT_NAME,
|
||||
mergeTarget: env.GERRIT_BRANCH ]
|
||||
],
|
||||
[$class: 'CloneOption',
|
||||
honorRefspec: true,
|
||||
noTags: true,
|
||||
depth: 10,
|
||||
shallow: true
|
||||
|
Reference in New Issue
Block a user