minor: sync grep and echo of check_survived_imports at shippable.yml
diff --git a/shippable.yml b/shippable.yml
index d48cc5b..3efce84 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -62,7 +62,7 @@
            exit 1
         fi
         if [[ $POST_ACTION == 'check_survived_imports' && $(grep -RE "class='survived'" --exclude="CustomImportOrderCheck.*" target/ | cat | wc -l) > 0 ]]; then
-           echo "Survived items:"$(grep -RE "class='survived'" --exclude="CustomImportOrderCheck.*" --exclude="ImportOrderCheck.*" target/ | cat)
+           echo "Survived items:"$(grep -RE "class='survived'" --exclude="CustomImportOrderCheck.*" target/ | cat)
            echo "Survived items found in reports, build will be failed"
            exit 1
         fi