generated from yandex-praktikum/java-filmorate
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
if [[ "$FILENAMES" =~ ".class" ]] [[ "$FILENAMES" =~ ".jar" ]] [[ "$FILENAMES" =~ "mvn" ]] [[ "$FILENAMES" =~ ".DS_Store" ]] \ [[ "$FILENAMES" =~ ".idea" ]] [[ "$FILENAMES" =~ ".iws" ]] [[ "$FILENAMES" =~ ".iml" ]] [[ "$FILENAMES" =~ ".ipr" ]] \ [[ "$FILENAMES" =~ ".db" ]] [[ "$FILENAMES" =~ ".log" ]] [[ "$FILENAMES" =~ "out/" ]] [[ "$FILENAMES" =~ "target/" ]] then echo "The pull request contains the binary files. Remove them (*.class, *.jar, *.DS_Store ...) from PR" echo "Pull request содержит двоичные файлы. Удалите их (*.class, *.jar, *.DS_Store ...) из PR" exit -3
против
!.mvn/wrapper/maven-wrapper.jar
Metadata
Metadata
Assignees
Labels
No labels