Skip to content

Commit eb9ab62

Browse files
authored
remove csharp versioning todo (#206)
1 parent a3aef4d commit eb9ab62

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

openapi/csharp.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,6 @@
2929
</arguments>
3030
</configuration>
3131
</execution>
32-
<execution>
33-
<id>prepare cp</id>
34-
<phase>generate-sources</phase>
35-
<goals>
36-
<goal>exec</goal>
37-
</goals>
38-
<configuration>
39-
<executable>cp</executable>
40-
<arguments>
41-
<argument>/tmp/csrepo/src/KubernetesClient/Versioning/VersionConverter.cs</argument>
42-
<argument>/Versioning</argument>
43-
</arguments>
44-
</configuration>
45-
</execution>
4632
<execution>
4733
<id>generate</id>
4834
<phase>generate-sources</phase>

openapi/openapi-generator/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,4 @@ COPY preprocess_spec.py /
5757
COPY custom_objects_spec.json /
5858
COPY ${GENERATION_XML_FILE} /generation_params.xml
5959

60-
# TODO bolian remove after C# generator stop reading ../version
61-
RUN mkdir /Versioning && chmod -R go+rwx /Versioning
62-
6360
ENTRYPOINT ["mvn-entrypoint.sh", "/generate_client.sh"]

0 commit comments

Comments
 (0)