mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-20 12:47:35 +00:00
cleanup Makefile
This commit is contained in:
@@ -85,12 +85,12 @@ version:
|
|||||||
@echo $(VERSION)
|
@echo $(VERSION)
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
docker build -f system/Dockerfile --no-cache . -t aptly-system-test
|
docker build -f system/Dockerfile . -t aptly-system-test
|
||||||
|
|
||||||
docker-system-tests:
|
docker-system-tests:
|
||||||
docker run --rm -it -v ${PWD}:/app aptly-system-test
|
docker run -t --rm -v ${PWD}:/app aptly-system-test
|
||||||
|
|
||||||
golangci-lint:
|
golangci-lint:
|
||||||
docker run -t --rm -v ~/.cache/golangci-lint/v1.56.2:/root/.cache -v ${PWD}:/app -w /app golangci/golangci-lint:v1.56.2 golangci-lint run -v
|
docker run -t --rm -v ~/.cache/golangci-lint/v1.56.2:/root/.cache -v ${PWD}:/app -w /app golangci/golangci-lint:v1.56.2 golangci-lint run
|
||||||
|
|
||||||
.PHONY: man modules version release goxc docker-build docker-system-tests
|
.PHONY: man modules version release goxc docker-build docker-system-tests
|
||||||
|
|||||||
Reference in New Issue
Block a user