Skip to content

Commit 5a635fa

Browse files
committed
Drop stale openapi-generator metadata files
1 parent 8da7d89 commit 5a635fa

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

codegen/generate-swift.bash

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,8 @@ mv "$tempDir/README.md" "$targetDir/README.md"
2626
rm -rf "$targetDir/docs"
2727
mv "$tempDir/docs" "$targetDir/docs"
2828

29-
mv "$tempDir/.openapi-generator-ignore" "$targetDir/"
3029
mv "$tempDir/.swiftformat" "$targetDir/"
3130

32-
mkdir -p "$targetDir/.openapi-generator"
33-
mv "$tempDir/.openapi-generator/VERSION" "$targetDir/.openapi-generator/"
34-
mv "$tempDir/.openapi-generator/FILES" "$targetDir/.openapi-generator/"
35-
3631
cp ../LICENSE "$targetDir/"
3732

3833
rm -rf "$tempDir"

0 commit comments

Comments
 (0)