ci config
This commit is contained in:
parent
edb2ca9757
commit
334ef340ae
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ dep: ## Get the dependencies
|
||||
@go get -v -d ./...
|
||||
|
||||
build: dep ## Build the binary file
|
||||
@go build -i -v $(PKG)
|
||||
@go build -i -v $(PKG)/cmd/dnsupdater
|
||||
|
||||
clean: ## Remove previous build
|
||||
@rm -f $(PROJECT_NAME)
|
||||
|
@ -9,12 +9,10 @@ import (
|
||||
"path"
|
||||
"time"
|
||||
|
||||
"gitlab.lehouerou.net/laurent/dnsupdater/internal/outboundip/ddwrt"
|
||||
|
||||
"gitlab.lehouerou.net/laurent/dnsupdater/internal/outboundip"
|
||||
|
||||
"gitlab.lehouerou.net/laurent/dnsupdater/internal/config"
|
||||
"gitlab.lehouerou.net/laurent/dnsupdater/internal/dns/gandi"
|
||||
"gitlab.lehouerou.net/laurent/dnsupdater/internal/outboundip"
|
||||
"gitlab.lehouerou.net/laurent/dnsupdater/internal/outboundip/ddwrt"
|
||||
|
||||
"golang.org/x/xerrors"
|
||||
|
||||
@ -24,7 +22,6 @@ import (
|
||||
"github.com/dghubble/sling"
|
||||
"github.com/matryer/try"
|
||||
"github.com/urfave/cli"
|
||||
"gopkg.in/gomail.v2"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user