From 041ca19da08e21869f085b539aee4fe653b06cd7 Mon Sep 17 00:00:00 2001 From: Wolfgang Ludger Hottgenroth Date: Wed, 8 Dec 2021 15:22:37 +0100 Subject: [PATCH] ci debugging --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94780d6..7d19f2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ extract_client_definition: generateclient_dotnetcore: 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 echo "ErrorResultObject.cs exists, start the postprocessing"; fi