We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0bb41 commit 711ab84Copy full SHA for 711ab84
gh-metrics-push.sh
@@ -17,7 +17,7 @@ mkdir -p "$METRICS_DIR/"
17
rm -f "$METRICS_DIR/*.unique"
18
19
# Copy new files
20
-cp -f -t "$METRICS_DIR/" ./*.unique || exit 1
+cp -f -t "$METRICS_DIR/" ./.metrics.*.prom.unique || exit 1
21
22
# Enter the assets dir and push.
23
cd "$ASSETS_DIR" || exit 1
0 commit comments