Skip to content

Commit

Permalink
cleanup Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Mar 6, 2024
1 parent 943e76a commit e564b7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ version:
@echo $(VERSION)

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 run --rm -it -v ${PWD}:/app aptly-system-test
docker run -t --rm -v ${PWD}:/app aptly-system-test

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

0 comments on commit e564b7c

Please sign in to comment.