Skip to content

Commit

Permalink
remove readme requirement for example packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Mar 25, 2024
1 parent ab71e8a commit 0207916
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

dirs=(`find . -type f -name "go.mod" -not -path "*/internal/*" -not -path "*/test*" -exec dirname {} \; | sort | egrep '^./'`)
dirs=(`find . -type f -name "go.mod" -not -path "*/internal/*" -not -path "*/test*" -not -path "*/example/*" -exec dirname {} \; | sort | egrep '^./'`)
topdir=`pwd`

for dir in $dirs; do
Expand Down
3 changes: 0 additions & 3 deletions example/dice/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions example/namedtracer/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions example/opencensus/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions example/prometheus/README.md

This file was deleted.

0 comments on commit 0207916

Please sign in to comment.