Skip to content

Commit 711ab84

Browse files
committed
More specific glob for metric files.
1 parent df0bb41 commit 711ab84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-metrics-push.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mkdir -p "$METRICS_DIR/"
1717
rm -f "$METRICS_DIR/*.unique"
1818

1919
# Copy new files
20-
cp -f -t "$METRICS_DIR/" ./*.unique || exit 1
20+
cp -f -t "$METRICS_DIR/" ./.metrics.*.prom.unique || exit 1
2121

2222
# Enter the assets dir and push.
2323
cd "$ASSETS_DIR" || exit 1

0 commit comments

Comments
 (0)