ci debugging

This commit is contained in:
2021-12-08 15:22:37 +01:00
parent 4f5df33e80
commit 041ca19da0

View File

@ -19,6 +19,7 @@ extract_client_definition:
generateclient_dotnetcore: generateclient_dotnetcore:
after_script: after_script:
- ls -l output/*
- 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