Skip to content

Commit fc15f8d

Browse files
committed
Add missing helper method calls
1 parent 6a0fffc commit fc15f8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/scripts/gradle/05-validate-remote-build-caching-ci-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ execute() {
6767
execute_build
6868

6969
print_bl
70-
fetch_build_cache_metrics
70+
process_build_scan_data_online
7171

7272
print_bl
7373
print_summary

components/scripts/maven/04-validate-remote-build-caching-ci-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ execute() {
6565
execute_build
6666

6767
print_bl
68-
fetch_build_cache_metrics
68+
process_build_scan_data_online
6969

7070
print_bl
7171
print_summary

0 commit comments

Comments
 (0)