Trigger apex netvirt csit job on genius patches
[releng/builder.git] / jjb / autorelease / update-validate-autorelease-projects.sh
index 0dee6f94d051e9048fed2c741c03899120f0f8da..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.
@@ -41,11 +41,6 @@ for module in "${modules[@]}"; do
     echo "Include $module"
     echo "      - ${module//\//-}:" >> "$YAML_FILE"
     echo "          project: $module" >> "$YAML_FILE"
-
-    # TODO: Remove this once mdsal fully becomes an MRI project.
-    if [ "$module" == "mdsal" ]; then
-        echo "          branch: v2.6.x" >> "$YAML_FILE"
-    fi
 done
 
 git add "${YAML_FILE}"