Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-action: support check/lint/pre-commit #38175

Merged
merged 13 commits into from
Jun 4, 2024
Prev Previous commit
Next Next commit
Update Jenkinsfile
v1v authored May 15, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit d243bf9580de7a25ed27456d93c7ab0850fb09ee
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -598,9 +598,6 @@ def targetWithoutNode(Map args = [:]) {
}
}
withTools(k8s: installK8s, gcp: withGCP, nodejs: withNodejs) {
if (isPackaging && (directory.equals('x-pack/agentbeat') || directory.equals('x-pack/osquerybeat'))) {
sh(label: 'install msitools', script: '.buildkite/scripts/install-msitools.sh')
}
// make commands use -C <folder> while mage commands require the dir(folder)
// let's support this scenario with the location variable.
dir(isMage ? directory : '') {