Skip to content

Commit

Permalink
Default make target for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aerostitch committed Oct 29, 2018
1 parent bc0a70a commit 2d4bea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ BUILD_VERSION?=1.0.$(shell date +%Y%m%d)
BUILD_TAG=$(IMAGE_NAME):$(BUILD_VERSION)
LATEST_TAG=$(IMAGE_NAME):latest

PHONY: go-build

docker-lint:
docker run -it --rm -v "${PWD}/Dockerfile":/Dockerfile:ro redcoolbeans/dockerlint

Expand Down

0 comments on commit 2d4bea2

Please sign in to comment.