Skip to content

Commit

Permalink
remove entrypoint.sh file from goreleaser build
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Nov 7, 2019
1 parent 2551740 commit 831c747
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions deploy/.goreleaser.snapshot.yml
Expand Up @@ -58,8 +58,6 @@ dockers:
- "schemahero/schemahero:alpha"
binaries:
- schemahero
extra_files:
- ./deploy/entrypoint.sh
- dockerfile: ./deploy/Dockerfile.manager
image_templates:
- "schemahero/schemahero-manager:alpha"
Expand Down
2 changes: 0 additions & 2 deletions deploy/.goreleaser.yml
Expand Up @@ -58,8 +58,6 @@ dockers:
- "schemahero/schemahero:{{.Version}}"
binaries:
- schemahero
extra_files:
- ./deploy/entrypoint.sh
- dockerfile: ./deploy/Dockerfile.manager
image_templates:
- "schemahero/schemahero-manager:{{.Version}}"
Expand Down

0 comments on commit 831c747

Please sign in to comment.