Correction du packing du template par défaut
This commit is contained in:
parent
97c2cfeef6
commit
f376be9e7a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/vendor
|
||||
/bin
|
||||
/release
|
||||
*-packr.go
|
||||
packrd
|
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ build: pack
|
||||
CGO_ENABLED=0 go build -mod vendor -v -o bin/junit2md ./cmd/junit2md
|
||||
|
||||
pack:
|
||||
packr2
|
||||
cd cmd/junit2md && packr2 -v
|
||||
|
||||
watch:
|
||||
modd
|
||||
|
Loading…
x
Reference in New Issue
Block a user