Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
Signed-off-by: leecalcote <leecalcote@gmail.com>
  • Loading branch information
leecalcote committed Jul 19, 2022
1 parent ef120d1 commit 0f6acc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 105 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ docker-run:
-e DEBUG=true \
layer5/meshery-traefik-mesh

## Build and run Adapter locally
run:
go mod tidy; \
DEBUG=true go run main.go
go$(v) mod tidy -compat=1.17; \
DEBUG=true GOPROXY=direct GOSUMDB=off go run main.go

run-force-dynamic-reg:
FORCE_DYNAMIC_REG=true DEBUG=true GOPROXY=direct GOSUMDB=off go run main.go
Expand Down
Loading

0 comments on commit 0f6acc3

Please sign in to comment.