Do not copy tests dirs in docker image (#12208)

This commit is contained in:
Sylvain Rabot 2020-02-21 02:48:05 +01:00 коммит произвёл GitHub
Родитель 1236adc578
Коммит 882791cd10
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -12,5 +12,8 @@
!LICENSE.txt
# Exclude build droppings, as mentioned in .gitignore
src/build*
# Exclude tests
src/azure-cli/azure/cli/command_modules/*/tests
# Exclude python cache
**/*.pyc
**/__pycache__