revert-custom-branch

This commit is contained in:
Joaquin Rinaudo
2020-09-01 17:05:37 +02:00
parent ebc3c4d4e4
commit ae4940a7d8

View File

@@ -416,12 +416,6 @@ execute_all() {
execute_group $i
fi
done
if [[ $EXTERNAL_CHECKS_PATH ]]; then
for checks in $(ls $EXTERNAL_CHECKS_PATH/check*); do
CHECK_ID=$(echo $checks | awk -F '_' '{ print $2 }')
execute_check $CHECK_ID
done
fi
}
# Function to show the titles of either all checks or only those in the specified group