Skip to content

Commit 565d763

Browse files
authored
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
1 parent a2be2bc commit 565d763

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
- GOPATH=/go
1010
- GITHUB_TOKEN
1111
entrypoint: [ "goreleaser" ]
12+
command: ""
1213

1314
# Lint the codebase
1415
lint:

0 commit comments

Comments
 (0)