Skip to content

Commit 9642518

Browse files
committed
Fix glob.
1 parent be8f77b commit 9642518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devops/push-performance-data.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cd "$DIR"
1616
# the xml from all the bots together into a single enormous xml file, because
1717
# it'll be close to GitHub's size limit per file (limit is 100mb, the enormous
1818
# xml file would be ~80mb now), and might very well pass that one day.
19-
for job in ./*-*-*-*-*; do
19+
for job in *-*-*-*-*; do
2020
{
2121
echo '<?xml version="1.0" encoding="utf-8" standalone="yes"?>'
2222
echo '<performance version="1.0">'

0 commit comments

Comments
 (0)