Skip to content

Commit

Permalink
[dashboard] Remove duplicated gitpod-schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jun 14, 2021
1 parent d38ee02 commit a6ce026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 230 deletions.
1 change: 1 addition & 0 deletions components/dashboard/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ packages:
- :app
- :static
- components/local-app:app
- components/gitpod-protocol:gitpod-schema
argdeps:
- imageRepoBase
config:
Expand Down
2 changes: 2 additions & 0 deletions components/dashboard/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ COPY components-local-app--app/components-local-app--app-linux/local-app /www/st
COPY components-local-app--app/components-local-app--app-darwin/local-app /www/static/bin/gitpod-local-companion-darwin
COPY components-local-app--app/components-local-app--app-windows/local-app.exe /www/static/bin/gitpod-local-companion-windows.exe

COPY components-gitpod-protocol--gitpod-schema/gitpod-schema.json /www/static/schemas/gitpod-schema.json

RUN for PLATFORM in linux darwin windows.exe;do \
gzip -v -f -9 -k "/www/static/bin/gitpod-local-companion-$PLATFORM"; \
done
Expand Down
230 changes: 0 additions & 230 deletions components/dashboard/public/schemas/gitpod-schema.json

This file was deleted.

0 comments on commit a6ce026

Please sign in to comment.