Skip to content

Commit

Permalink
Resolved further conflicts and added docker back in for podman for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlante committed Feb 13, 2024
1 parent cc6667c commit 2584d60
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GOHOSTOS:=$(shell go env GOHOSTOS)
GOPATH:=$(shell go env GOPATH)
VERSION=$(shell git describe --tags --always)
DOCKER ?= podman

DOCKER ?= docker
DOCKER_CONFIG="${PWD}/.docker"
Expand Down Expand Up @@ -77,7 +76,6 @@ all:
# run go linter with the repositories lint config
.PHONY: lint
lint:
@echo ""
@echo "Linting code."
@$(DOCKER) run -t --rm -v $(PWD):/app -w /app golangci/golangci-lint golangci-lint run -v

Expand Down Expand Up @@ -114,12 +112,6 @@ kind/spicedb:
run: build
./bin/ciam-rebac -conf configs

# run go linter with the repositories lint config
.PHONY: lint
lint:
@echo "Linting code."
@$(DOCKER) run -t --rm -v $(PWD):/app -w /app golangci/golangci-lint golangci-lint run -v

# show help
help:
@echo ''
Expand Down

0 comments on commit 2584d60

Please sign in to comment.