Merge "Set build-days-to-keep to 30 by default."
authorEric Ball <eball@linuxfoundation.org>
Thu, 16 Jan 2020 01:38:15 +0000 (01:38 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 16 Jan 2020 01:38:15 +0000 (01:38 +0000)
jjb/portal-ric-dashboard/portal-ric-dashboard.yaml

index 8940287..7027048 100644 (file)
@@ -51,8 +51,9 @@
 - project:
     <<: *portal_ric_dashboard_common
     name: portal-ric-dashboard-sonar
-    mvn-goals: test
     branch: master
+    # template goal install builds image which is not needed
+    mvn-params: -Ddocker.skip=true
     sonarcloud: true
     sonarcloud-api-token: '{sonarcloud_api_token}'
     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'