postprocessing of dotnetcore client

This commit is contained in:
2021-12-08 14:53:51 +01:00
parent d11b09e80f
commit d91e2f3f6d

View File

@ -17,6 +17,13 @@ extract_client_definition:
- cat ws.json | jq 'setpath(["servers", 0, "url"]; "'$URL'")' > ws.json-new - cat ws.json | jq 'setpath(["servers", 0, "url"]; "'$URL'")' > ws.json-new
- rm ws.json && mv ws.json-new ws.json - rm ws.json && mv ws.json-new ws.json
generateclient_dotnetcore:
after_script:
- 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";
fi
- mv output output_dotnetcore
.deploy_test_dev: .deploy_test_dev:
extends: .deploy extends: .deploy
tags: tags: