Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek committed Sep 18, 2023
1 parent 973b2a0 commit 1cf0b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/build-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd "${AGENT_BASE_DIR}"
git checkout "origin/${APM_VERSION}"
./mvnw --batch-mode clean package -DskipTests=true -Dmaven.javadoc.skip=true -Dmaven.sources.skip=true
cp -v "$(find ./elastic-apm-agent/target -name '*.jar' | grep -v sources | grep -v original | grep -v javadoc)" "${current_working_dir}/${agent_jar_name}"

cd -
if [[ -n ${BUILDKITE} ]]; then
buildkite-agent artifact upload "${agent_jar_name}"
fi

0 comments on commit 1cf0b62

Please sign in to comment.