We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8f77b commit 9642518Copy full SHA for 9642518
tools/devops/push-performance-data.sh
@@ -16,7 +16,7 @@ cd "$DIR"
16
# the xml from all the bots together into a single enormous xml file, because
17
# it'll be close to GitHub's size limit per file (limit is 100mb, the enormous
18
# xml file would be ~80mb now), and might very well pass that one day.
19
-for job in ./*-*-*-*-*; do
+for job in *-*-*-*-*; do
20
{
21
echo '<?xml version="1.0" encoding="utf-8" standalone="yes"?>'
22
echo '<performance version="1.0">'
0 commit comments