From 565d7635aa4c4eb5caa4da2233e2ad4d0740fc21 Mon Sep 17 00:00:00 2001 From: Frank Febbraro Date: Tue, 11 Dec 2018 15:27:50 -0800 Subject: [PATCH] Release 2.2.2 (#181) * Add boot2docker url as a flag to the start command (#179) * added boot2docker url as a parameter to the start command * fixed bad typo * formatting * changed isoUrl to isoURL for linting * added nolint comments for gosec linter errors * format on nolint comments * added command the goreleaser to it will build --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index bc72d6e..b2c3e93 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,6 +9,7 @@ services: - GOPATH=/go - GITHUB_TOKEN entrypoint: [ "goreleaser" ] + command: "" # Lint the codebase lint: