File tree 3 files changed +3
-230
lines changed
3 files changed +3
-230
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ packages:
37
37
- :app
38
38
- :static
39
39
- components/local-app:app
40
+ - components/gitpod-protocol:gitpod-schema
40
41
argdeps :
41
42
- imageRepoBase
42
43
config :
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ COPY components-local-app--app/components-local-app--app-linux/local-app /www/st
20
20
COPY components-local-app--app/components-local-app--app-darwin/local-app /www/static/bin/gitpod-local-companion-darwin
21
21
COPY components-local-app--app/components-local-app--app-windows/local-app.exe /www/static/bin/gitpod-local-companion-windows.exe
22
22
23
+ COPY components-gitpod-protocol--gitpod-schema/gitpod-schema.json /www/static/schemas/gitpod-schema.json
24
+
23
25
RUN for PLATFORM in linux darwin windows.exe;do \
24
26
gzip -v -f -9 -k "/www/static/bin/gitpod-local-companion-$PLATFORM" ; \
25
27
done
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments