Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/e2eFleetServer.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pipeline {
steps {
gitCheckout(basedir: BEATS_BASE_DIR, branch: "${BASE_REF}", repo: "[email protected]:${env.BEATS_ELASTIC_REPO}.git", credentialsId: env.JOB_GIT_CREDENTIALS)
dir("${BEATS_BASE_DIR}/x-pack/elastic-agent") {
withGoEnv(){
withGoEnv(pkgs: ["github.com/magefile/mage"]){
sh(label: 'Build Fleet Server', script: 'DEV=true SNAPSHOT=true PLATFORMS="+all linux/amd64" go run github.com/magefile/mage package')
}
}
Expand Down