Skip to content

Commit

Permalink
remove examples dir from modlues to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vkaushik committed Feb 22, 2024
1 parent 763bf46 commit 540b989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include .bingo/Variables.mk
SHELL=/usr/bin/env bash

PROVIDER_MODULES ?= $(shell find $(PWD)/providers/ -name "go.mod" | grep -v ".bingo" | xargs dirname)
MODULES ?= $(PROVIDER_MODULES) $(PWD) $(PWD)/examples
MODULES ?= $(PROVIDER_MODULES) $(PWD)
GO_FILES_TO_FMT ?= $(shell find . -path -prune -o -name '*.go' -print)

GOBIN ?= $(firstword $(subst :, ,${GOPATH}))/bin
Expand Down

0 comments on commit 540b989

Please sign in to comment.