You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ "$generated_file"==".gitignore"||"$generated_file"==".openapi-generator-ignore"||"$generated_file"=="README.md"||"$generated_file"==".github" ]];then
13
+
continue
14
+
fi
15
+
16
+
if [ -f"$generated_file" ];then
17
+
rm -f "$generated_file"
18
+
fi
19
+
done<"$generated_files_path"
20
+
fi
21
+
22
+
# Download generator
23
+
24
+
if [ !-f"./.openapi-generator/openapi-generator-cli.jar" ];then
0 commit comments