Skip to content

Commit

Permalink
Update to main branch when using beats-tester (#6908) (#6917)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Lopez Rubio <marc5.12@outlook.com>
(cherry picked from commit b1694a5)

Co-authored-by: Silvia Mitter <silvia.mitter@elastic.co>
  • Loading branch information
mergify[bot] and simitt authored Dec 23, 2021
1 parent 5ecab7f commit 02f7e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/check-packages.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pipeline {
setEnvVar('VERSION', params.get('VERSION'))
}
}
gitCheckout(basedir: "${BASE_DIR}", repo: 'git@github.com:elastic/beats-tester.git', branch: 'master', credentialsId: 'f6c7695a-671e-4f4f-a331-acdce44ff9ba')
gitCheckout(basedir: "${BASE_DIR}", repo: 'git@github.com:elastic/beats-tester.git', branch: 'main', credentialsId: 'f6c7695a-671e-4f4f-a331-acdce44ff9ba')
stash allowEmpty: true, name: 'source', useDefaultExcludes: false
}
}
Expand Down

0 comments on commit 02f7e06

Please sign in to comment.