mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
remove type from find command
since this makes trouble during the central build.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
WORKSPACES_ROOT=workspaces
|
WORKSPACES_ROOT=workspaces
|
||||||
[ -e "${WORKSPACES_ROOT}" ] && rm -rf ${WORKSPACES_ROOT}
|
[ -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
|
i=0
|
||||||
for f in ${TEST_CASES}
|
for f in ${TEST_CASES}
|
||||||
|
|||||||
Reference in New Issue
Block a user