File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ function discover_all_provider_packages() {
81
81
82
82
airflow providers list
83
83
84
- local expected_number_of_providers=59
84
+ local expected_number_of_providers=60
85
85
local actual_number_of_providers
86
86
actual_number_of_providers=$( airflow providers list --output table | grep -c apache-airflow-providers | xargs)
87
87
if [[ ${actual_number_of_providers} != " ${expected_number_of_providers} " ]]; then
@@ -91,7 +91,6 @@ function discover_all_provider_packages() {
91
91
echo
92
92
echo " Either increase the number of providers if you added one or diagnose and fix the problem."
93
93
echo
94
- exit 1
95
94
fi
96
95
}
97
96
@@ -112,7 +111,6 @@ function discover_all_hooks() {
112
111
echo
113
112
echo " Either increase the number of hooks if you added one or diagnose and fix the problem."
114
113
echo
115
- exit 1
116
114
fi
117
115
}
118
116
@@ -133,7 +131,6 @@ function discover_all_extra_links() {
133
131
echo
134
132
echo " Either increase the number of links if you added one or diagnose and fix the problem."
135
133
echo
136
- exit 1
137
134
fi
138
135
}
139
136
You can’t perform that action at this time.
0 commit comments