We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a8aeb commit 07116d0Copy full SHA for 07116d0
components/scripts/lib/build-scan-parse.sh
@@ -100,6 +100,10 @@ parse_build_scan_row() {
100
build_scan_urls[run_num]="${field_3}"
101
fi
102
103
+ if [ -z "${build_scan_ids[run_num]}" ]; then
104
+ build_scan_ids[run_num]="${field_4}"
105
+ fi
106
+
107
if [ -z "${git_repos[run_num]}" ]; then
108
git_repos[run_num]="${field_5}"
109
@@ -123,7 +127,6 @@ parse_build_scan_row() {
123
127
# The below fields are always set by Build Scan data regardless of their
124
128
# previous value and are always safe to override.
125
129
126
- build_scan_ids[run_num]="${field_4}"
130
remote_build_cache_urls[run_num]="${field_10}"
131
remote_build_cache_shards[run_num]="${field_11}"
132
0 commit comments