File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
56
56
shellcheck {
57
57
additionalArguments = " -a -x"
58
- shellcheckVersion = " v0.8 .0"
58
+ shellcheckVersion = " v0.10 .0"
59
59
}
60
60
61
61
val unpackArgbash by tasks.registering(Copy ::class ) {
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ read_build_scan_metadata() {
28
28
29
29
# shellcheck disable=SC2034
30
30
while IFS=, read -r run_num project_name base_url build_scan_url build_scan_id; do
31
- project_names[$ run_num ]=" ${project_name} "
32
- base_urls[$ run_num ]=" ${base_url} "
33
- build_scan_urls[$ run_num ]=" ${build_scan_url} "
34
- build_scan_ids[$ run_num ]=" ${build_scan_id} "
31
+ project_names[run_num]=" ${project_name} "
32
+ base_urls[run_num]=" ${base_url} "
33
+ build_scan_urls[run_num]=" ${build_scan_url} "
34
+ build_scan_ids[run_num]=" ${build_scan_id} "
35
35
done <<< " ${build_scan_metadata}"
36
36
fi
37
37
}
You can’t perform that action at this time.
0 commit comments