Commit 2d7ee42f authored by Gheorghi Ciochina's avatar Gheorghi Ciochina
Browse files

fix: modify report type extraction method

parent 766b9ca2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -881,7 +881,7 @@ stages:
        local report_name
        report_name=$(basename "$report_file")
        local report_type
        report_type=$(echo "$report_name" | cut -d. -f2)
        report_type=$(echo "$report_name" | awk -F. '{print $(NF-1)}'
        local project_dir
        project_dir="$(basename $(dirname $(dirname $(dirname $report_file))) | sed 's|\.|-|g')"
        local file_extension