Finish repository migration

This commit is contained in:
Michael de Wit
2017-01-16 15:06:10 +01:00
parent f128c947ab
commit 6917c02a54
8 changed files with 58 additions and 53 deletions
+12
View File
@@ -0,0 +1,12 @@
all: test build publish
test:
go vet
go test -cover -coverprofile=coverage.out
build:
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
docker build -t drillster/drone-email:latest .
publish:
publish.sh