Skip to content

Commit 0270b66

Browse files
committed
Fail when scans-support-tools not found
1 parent c4e0465 commit 0270b66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/scripts/maven/02-validate-local-build-caching-different-locations.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ ge_server=''
3838
interactive_mode=''
3939

4040
main() {
41+
if [[ "$build_scan_publishing_mode" == "off" ]]; then
42+
verify_scans_support_tools
43+
fi
44+
4145
if [ "${interactive_mode}" == "on" ]; then
4246
wizard_execute
4347
else

0 commit comments

Comments
 (0)