Skip to content

Commit a3c5264

Browse files
committed
Make weekly compatible with on-demand.yaml
1 parent f37395c commit a3c5264

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

weekly

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
# Don't use this script directly, use becnh (which is user friendly and all that)
44

55
cd becnh || exit 1
6-
bash becnh --master
6+
if [ -n "$1" ]; then
7+
bash becnh "$1" "$2"
8+
else
9+
bash becnh --master
10+
fi
711
cp rustc-perf/results.db .
812
git add results.db
913
git commit -m "Update results.db for $(date +%Y-%m-%d)"

0 commit comments

Comments
 (0)