Skip to content

Commit 65d0329

Browse files
committed
[OCaml] Fix inconsistent oneOf primitive sample name
1 parent 814f406 commit 65d0329

18 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/samples-ocaml.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
paths:
66
- 'samples/client/petstore/ocaml/**'
77
- 'samples/client/petstore/ocaml-fake-petstore/**'
8-
- 'samples/client/petstore/ocaml-oneOf/**'
8+
- 'samples/client/petstore/ocaml-oneOf-primitive/**'
99
pull_request:
1010
paths:
1111
- 'samples/client/petstore/ocaml/**'
1212
- 'samples/client/petstore/ocaml-fake-petstore/**'
13-
- 'samples/client/petstore/ocaml-oneOf/**'
13+
- 'samples/client/petstore/ocaml-oneOf-primitive/**'
1414

1515
jobs:
1616
build:
@@ -22,7 +22,7 @@ jobs:
2222
sample:
2323
- 'samples/client/petstore/ocaml/'
2424
- 'samples/client/petstore/ocaml-fake-petstore/'
25-
- 'samples/client/petstore/ocaml-oneOf/'
25+
- 'samples/client/petstore/ocaml-oneOf-primitive/'
2626
steps:
2727
- uses: actions/checkout@v5
2828
- name: Set-up OCaml

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ samples/openapi3/client/petstore/go/privatekey.pem
297297
## OCaml
298298
samples/client/petstore/ocaml/_build/
299299
samples/client/petstore/ocaml-fake-petstore/_build/
300-
samples/client/petstore/ocaml-oneOf/_build/
300+
samples/client/petstore/ocaml-oneOf-primitive/_build/
301301

302302
# jetbrain http client
303303
samples/client/jetbrains/adyen/checkout71/http/client/Apis/http-client.private.env.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
generatorName: ocaml
2-
outputDir: samples/client/petstore/ocaml-oneOf
2+
outputDir: samples/client/petstore/ocaml-oneOf-primitive
33
inputSpec: modules/openapi-generator/src/test/resources/3_0/oneOf_primitive.yaml
44
templateDir: modules/openapi-generator/src/main/resources/ocaml
55
additionalProperties:
File renamed without changes.

samples/client/petstore/ocaml-oneOf/.openapi-generator-ignore renamed to samples/client/petstore/ocaml-oneOf-primitive/.openapi-generator-ignore

File renamed without changes.

samples/client/petstore/ocaml-oneOf/.openapi-generator/FILES renamed to samples/client/petstore/ocaml-oneOf-primitive/.openapi-generator/FILES

File renamed without changes.

samples/client/petstore/ocaml-oneOf/.openapi-generator/VERSION renamed to samples/client/petstore/ocaml-oneOf-primitive/.openapi-generator/VERSION

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)