Merge "Update global-jjb to the latest v0.56.0"
[releng/builder.git] / jjb / autorelease / compare-autorelease-projects.sh
index 49cf4f33715f042f4533a6e0e57f8426d1da82e6..118cf30bd6fffef6467424642c2f7fb2059b02b5 100644 (file)
@@ -27,12 +27,11 @@ for project in "${PROJECTS_INT_DIST[@]}"; do
     if [[ $project =~ project.groupId ]] || [[ $project =~ odlparent ]]; then
         continue
     elif [[ $project =~ org.opendaylight ]]; then
-        project=$(echo "${project/org.opendaylight./}")
-        project_int_dist+=( "$(echo "${project/.//}" )" )
+        project=${project/org.opendaylight./}
+        project_int_dist+=("${project/.//}")
     fi
 done
 
-project_int_dist+=("mdsal")
 project_int_dist+=("integration/distribution")
 
 # Get a list of all the projects from releng/autorelease repo