* moving mattermost-ver and golangci out from the build step

* adjusting resource class and update image for check-mocks job
Этот коммит содержится в:
Carlos Tadeu Panato Junior
2021-04-26 16:17:52 +02:00
коммит произвёл GitHub
родитель 0e0746df8b
Коммит b0279a432d
2 изменённых файлов: 54 добавлений и 10 удалений

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

@@ -325,7 +325,8 @@ ifeq ($(BUILD_ENTERPRISE_READY),true)
./scripts/prereq-check-enterprise.sh
endif
check-style: golangci-lint plugin-checker vet ## Runs golangci against all packages
check-style: golangci-lint plugin-checker vet ## Runs style/lint checks
do-cover-file: ## Creates the test coverage report file.
@echo "mode: count" > cover.out