Skip to content

Commit

Permalink
adding execute permissions to check-build-log.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Nate W <[email protected]>
  • Loading branch information
nate-double-u committed Aug 22, 2024
1 parent b156b9b commit e5003e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/check-build-log.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# NOTE: add warning skip patterns, one per line to WARNINGS_SKIP_LIST to
# temporarily skip known warnings or errors.
#
# Adapted from @chalin & @cartermp's work in https://github.com/open-telemetry/opentelemetry.io/blob/main/scripts/check-build-log.sh

BUILD_LOG=tmp/build-log.txt
WARNINGS_SKIP_LIST=.warnings-skip-list.txt
Expand Down

0 comments on commit e5003e4

Please sign in to comment.