remove type from find command

since this makes trouble during the central build.
This commit is contained in:
Marcus Holl
2019-02-27 08:46:08 +01:00
parent f7e82ecd49
commit fe28a9d07d
+1 -1
View File
@@ -3,7 +3,7 @@
WORKSPACES_ROOT=workspaces
[ -e "${WORKSPACES_ROOT}" ] && rm -rf ${WORKSPACES_ROOT}
TEST_CASES=$(find . -type f -depth 2 -name '*.yml')
TEST_CASES=$(find . -depth 2 -name '*.yml')
i=0
for f in ${TEST_CASES}