зеркало из https://github.com/Azure/ARO-RP.git
Removed registry from linter
This commit is contained in:
Родитель
34605d0ad6
Коммит
0ddff8d3d8
4
Makefile
4
Makefile
|
@ -184,8 +184,8 @@ lint-go:
|
|||
hack/lint-go.sh
|
||||
|
||||
lint-admin-portal:
|
||||
docker build --platform=linux/amd64 --build-arg REGISTRY=$(REGISTRY) -f Dockerfile.portal_lint . -t $(REGISTRY)/linter:latest --no-cache
|
||||
docker run --platform=linux/amd64 -t --rm $(REGISTRY)/linter:latest
|
||||
docker build --platform=linux/amd64 --build-arg REGISTRY=$(REGISTRY) -f Dockerfile.portal_lint . -t linter:latest --no-cache
|
||||
docker run --platform=linux/amd64 -t --rm linter:latest
|
||||
|
||||
test-python: pyenv az
|
||||
. pyenv/bin/activate && \
|
||||
|
|
Загрузка…
Ссылка в новой задаче