Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekiphp authored Oct 17, 2022
1 parent 43f1ba8 commit d691ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ERROR=0


#PATHS=$(printf ${MODIFIED_FILES} | tr \\n '\n')
PATHS=$(find . -type f -name '*.xml' ! -name 'wsdl.xml' ! -name 'wsdl2.xml' ! -name 'wsi.xml' ! -name 'response_noxml.xml')
PATHS=$(find . -type f -name '*.xml' ! -name 'wsdl.xml' ! -name 'wsdl2.xml' ! -name 'wsi.xml' ! -name 'response_noxml.xml' ! -name 'response_malformed.xml')
XML_FILES=$(grep -P '.+\.xml$' <<< $PATHS)

echo "$XML_FILES" | while read FILE ; do
Expand Down

0 comments on commit d691ad3

Please sign in to comment.