Skip to content

Commit

Permalink
fix!: dump GO_PRIVATE wrong value
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Apr 28, 2021
1 parent fdb6589 commit 2c32309
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cmd/kafka/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.PHONY=build

GOPRIVATE?=github.com/sbs-discovery-sweden/*
GO111MODULE?=on
CGO_ENABLED?=0
GOOS?=linux
Expand Down
1 change: 0 additions & 1 deletion cmd/test/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.PHONY=build up

GO111MODULE?=on
GOPRIVATE?=github.com/sbs-discovery-sweden/*
CGO_ENABLED?=0
GOOS?=linux
GO_BIN?=app
Expand Down
1 change: 0 additions & 1 deletion cmd/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.PHONY=build

GOPRIVATE?=github.com/sbs-discovery-sweden/*
GO111MODULE?=on
CGO_ENABLED?=0
GOOS?=linux
Expand Down

0 comments on commit 2c32309

Please sign in to comment.