Update checkThatTemplatesVersionWasChanged.sh
This commit is contained in:
Родитель
bb53404265
Коммит
6b89553092
|
@ -2,7 +2,7 @@
|
|||
|
||||
failed=0
|
||||
|
||||
filesThatWereChanged=$(echo $(git diff origin/master --name-only))
|
||||
filesThatWereChanged=$(echo $(git diff origin/master --diff-filter=M --name-only))
|
||||
for file in $filesThatWereChanged
|
||||
#Going over all the files that were changed in this PR
|
||||
#And making sure that in every file that its filename contains the word "Detection", the version was updated
|
||||
|
|
Загрузка…
Ссылка в новой задаче