Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhovi committed Jan 18, 2025
1 parent e6fab02 commit f10ec83
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ define step
endef

# The main goal
all: env $(TARGET)/start.txt $(TARGET)/repositories.csv clone unregister jpeek filter measure aggregate summarize zip
all: env $(TARGET)/start.txt $(TARGET)/repositories.csv polish clone unregister jpeek filter measure aggregate summarize zip
echo -e "\n\nSUCCESS (made by yegor256/cam $(VERSION)$$("$${LOCAL}/help/tdiff.sh" "$$(cat "$(TARGET)/start.txt")"))!"

install:
Expand Down
2 changes: 0 additions & 2 deletions steps/aggregation-functions/90-percentile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
set -e
set -o pipefail

export LC_NUMERIC=C

metric_file=$1
output_folder=$2
metric_name=$3
Expand Down
3 changes: 0 additions & 3 deletions steps/aggregation-functions/mean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
set -e
set -o pipefail

export LC_NUMERIC=C


metric_file=$1
output_folder=$2
metric_name=$3
Expand Down
3 changes: 0 additions & 3 deletions steps/aggregation-functions/median.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
set -e
set -o pipefail

export LC_NUMERIC=C


metric_file=$1
output_folder=$2
metric_name=$3
Expand Down

0 comments on commit f10ec83

Please sign in to comment.