Skip to content

Commit

Permalink
Merge branch 'master' into dougqh/resource-sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
dougqh committed Nov 2, 2023
2 parents 479f3aa + 20a70a4 commit b08c25a
Show file tree
Hide file tree
Showing 1,847 changed files with 72,872 additions and 18,134 deletions.
12 changes: 12 additions & 0 deletions .circleci/collect_muzzle_deps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash

set -e
#Enable '**' support
shopt -s globstar

REPORTS_DIR=./reports
mkdir -p $REPORTS_DIR >/dev/null 2>&1

echo "saving muzzle dependency reports"

find workspace/**/build/muzzle-deps-results -type f -name 'dd-java-agent_instrumentation.csv' -exec cp {} $REPORTS_DIR/ \;
Loading

0 comments on commit b08c25a

Please sign in to comment.