-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from k1LoW/remove-packr
packr2 to embed
- Loading branch information
Showing
6 changed files
with
27 additions
and
595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,7 @@ lint: | |
golangci-lint run ./... | ||
|
||
build: | ||
packr2 | ||
go build -ldflags="$(BUILD_LDFLAGS)" | ||
packr2 clean | ||
|
||
ndiag_draw: build | ||
./ndiag draw -c example/3-tier/input/ndiag.yml -n example/3-tier/input/nodes.yml -t png -l consul -l vip_group > example.png | ||
|
@@ -62,7 +60,6 @@ ci_doc: depsdev ndiag_doc | |
depsdev: | ||
go install github.com/Songmu/ghch/cmd/ghch@latest | ||
go install github.com/Songmu/gocredits/cmd/gocredits@latest | ||
go install github.com/gobuffalo/packr/v2/[email protected] | ||
|
||
prerelease: | ||
git pull origin main --tag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.