Loading templates/gitlab-ci-dotnet.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
templates/gitlab-ci-dotnet.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading