mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
11 lines
276 B
Bash
Executable File
11 lines
276 B
Bash
Executable File
#!/bin/bash
|
|
|
|
go get -u github.com/a-h/generate/...
|
|
|
|
schema-generate -p protocol ../data/gitpod-schema.json > ../go/gitpod-config-types.go
|
|
|
|
sed -i 's/json:/yaml:/g' ../go/gitpod-config-types.go
|
|
gofmt -w ../go/gitpod-config-types.go
|
|
|
|
leeway run components:update-license-header
|