and again

This commit is contained in:
2021-12-08 15:33:40 +01:00
parent fc8f31e5df
commit b74520ee73

View File

@ -20,6 +20,8 @@ extract_client_definition:
generateclient_dotnetcore: generateclient_dotnetcore:
after_script: after_script:
- ls -lR output - ls -lR output
- echo output/src/$CLIENT_PACKAGE_PREFIX.$CI_PROJECT_NAME.$INSTANCE_SPECIFIER.v$API_MAJOR_VERSION/Model/ErrorResultObject.cs
- ls -l output/src/$CLIENT_PACKAGE_PREFIX.$CI_PROJECT_NAME.$INSTANCE_SPECIFIER.v$API_MAJOR_VERSION/Model/ErrorResultObject.cs
- if [ -f output/src/$CLIENT_PACKAGE_PREFIX.$CI_PROJECT_NAME.$INSTANCE_SPECIFIER.v$API_MAJOR_VERSION/Model/ErrorResultObject.cs ]; then - if [ -f output/src/$CLIENT_PACKAGE_PREFIX.$CI_PROJECT_NAME.$INSTANCE_SPECIFIER.v$API_MAJOR_VERSION/Model/ErrorResultObject.cs ]; then
echo "ErrorResultObject.cs exists, start the postprocessing"; echo "ErrorResultObject.cs exists, start the postprocessing";
fi fi