Merge "Move p4plugin Sonar scan to Sonarcloud"
[releng/builder.git] / jjb / autorelease / update-validate-autorelease-projects.sh
index e7691cb130a680a8934a53bade38776ca350169f..a6663752f38ef21ee239d4ca7ab7f146e7e84a14 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -l
 # SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2017 - 2018 The Linux Foundation and others.
@@ -38,11 +38,6 @@ cat > "$YAML_FILE" << EOF
 EOF
 
 for module in "${modules[@]}"; do
-    # TODO: Remove this once mdsal fully becomes an MRI project.
-    if [ "$module" == "mdsal" ] && [ "$BRANCH" == "master" ]; then
-        continue
-    fi
-
     echo "Include $module"
     echo "      - ${module//\//-}:" >> "$YAML_FILE"
     echo "          project: $module" >> "$YAML_FILE"