File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010jobs :
1111 auto-proto-convert :
1212 runs-on : ubuntu-latest
13- if : github.repository == 'opensearch-project/opensearch-protobufs'
13+ # if: github.repository == 'opensearch-project/opensearch-protobufs'
1414 steps :
1515 - name : Checkout Repository
1616 uses : actions/checkout@v4
2626 distribution : temurin
2727 java-version : 17
2828
29- - name : Install buf
30- run : |
31- npm install -g @bufbuild/buf
32- buf --version
33-
3429 - name : Download Release Assets
3530 uses : robinraju/release-downloader@v1
3631 with :
@@ -121,10 +116,6 @@ jobs:
121116 run : |
122117 java -jar cloned-repo/modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -c tools/proto-convert/src/config/protobuf-generator-config.yaml
123118
124- - name : Reformat proto files
125- run : |
126- buf format -w protos/generated
127-
128119 - name : Post Process Protobuf
129120 run : npm run postprocessing
130121
You can’t perform that action at this time.
0 commit comments