Skip to content

Commit

Permalink
Remove binary license (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jun 13, 2019
1 parent effe9c0 commit 3460d65
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 90 deletions.
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

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

snapshot:
name_template: "{{ .Tag }}-next"
Expand Down Expand Up @@ -79,8 +76,6 @@ dockers:
- "oryd/oathkeeper:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "oryd/oathkeeper:{{ .Env.DOCKER_SHORT_TAG }}"
- "oryd/oathkeeper: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,6 +9,5 @@ FROM scratch

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

ENTRYPOINT ["oathkeeper"]

0 comments on commit 3460d65

Please sign in to comment.