Skip to content

Commit 36951e0

Browse files
committed
build/github: fix processing of BES files
After the switch to Okta for mesolite access, processing of the bes files began failing. Epic: none Release note: None
1 parent 27a33b3 commit 36951e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/github/summarize-build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ then
1616
exit 0
1717
fi
1818

19+
file $1
20+
du -sh $1
21+
ls -althr $1
22+
1923
THIS_DIR=$(cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
2024

2125
if [ ! -f _bazel/bin/pkg/cmd/bazci/bazel-github-helper/bazel-github-helper_/bazel-github-helper ]

0 commit comments

Comments
 (0)