Skip to content

Commit

Permalink
Remove binary license (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jun 13, 2019
1 parent e592736 commit 6e85f7c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 91 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ node_modules/
.idea/
coverage.txt
vendor/
LICENSE.txt
*-packr.go
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
before:
hooks:
- go mod download
- cp ./.releaser/LICENSE.txt ./LICENSE.txt
- go install github.com/gobuffalo/packr/packr
- packr

Expand Down Expand Up @@ -47,8 +46,6 @@ archives:
format_overrides:
- goos: windows
format: zip
files:
- LICENSE.txt

snapshot:
name_template: "{{ .Tag }}-next"
Expand Down Expand Up @@ -81,8 +78,6 @@ dockers:
- "oryd/keto:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "oryd/keto:{{ .Env.DOCKER_SHORT_TAG }}"
- "oryd/keto:latest"
extra_files:
- .releaser/LICENSE.txt

release:
prerelease: auto
Expand Down
84 changes: 0 additions & 84 deletions .releaser/LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ FROM scratch

COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY keto /usr/bin/keto
COPY .releaser/LICENSE.txt /LICENSE.txt

ENTRYPOINT ["keto"]

Expand Down

0 comments on commit 6e85f7c

Please sign in to comment.