Skip to content

Commit

Permalink
Release 2.2.2 (#181)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
febbraro authored Dec 11, 2018
1 parent a2be2bc commit 565d763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- GOPATH=/go
- GITHUB_TOKEN
entrypoint: [ "goreleaser" ]
command: ""

# Lint the codebase
lint:
Expand Down

0 comments on commit 565d763

Please sign in to comment.