Skip to content
Snippets Groups Projects
Unverified Commit 711ab849 authored by Will Rouesnel's avatar Will Rouesnel
Browse files

More specific glob for metric files.

parent df0bb41a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,7 +17,7 @@ mkdir -p "$METRICS_DIR/"
rm -f "$METRICS_DIR/*.unique"
 
# Copy new files
cp -f -t "$METRICS_DIR/" ./*.unique || exit 1
cp -f -t "$METRICS_DIR/" ./.metrics.*.prom.unique || exit 1
 
# Enter the assets dir and push.
cd "$ASSETS_DIR" || exit 1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment