Skip to content

Commit

Permalink
good to go
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Jun 29, 2022
1 parent dfbb53a commit dcffa68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ e2e-test: bash_unit dist/flanneld-e2e-$(TAG)-$(ARCH).docker
$(MAKE) -C images/iperf3 ARCH=$(ARCH)
FLANNEL_DOCKER_IMAGE=$(REGISTRY):$(TAG)-$(ARCH) ./bash_unit dist/functional-test.sh
FLANNEL_DOCKER_IMAGE=$(REGISTRY):$(TAG)-$(ARCH) ./bash_unit dist/functional-test-k8s.sh
exit 1

cover:
# A single package must be given - e.g. 'PACKAGES=pkg/ip make cover'
Expand All @@ -103,7 +102,7 @@ header-check:
# Throw an error if gofmt finds problems.
# "read" will return a failure return code if there is no output. This is inverted wth the "!"
gofmt:
echo "########## Running gofmt... ##########"
# Running gofmt...
docker run --rm -e CGO_ENABLED=$(CGO_ENABLED) -e GOARCH=$(ARCH) \
-u $(shell id -u):$(shell id -g) \
-v $(CURDIR):/go/src/github.com/flannel-io/flannel \
Expand All @@ -113,7 +112,7 @@ gofmt:
! gofmt -d $(PACKAGES) 2>&1 | read'

verify-modules:
echo "########## Running verify-modules... ##########"
# Running verify-modules...
docker run --rm -e CGO_ENABLED=$(CGO_ENABLED) -e GOARCH=$(ARCH) \
-u $(shell id -u):$(shell id -g) \
-v $(CURDIR):/go/src/github.com/flannel-io/flannel \
Expand Down

0 comments on commit dcffa68

Please sign in to comment.