From fc8f31e5dfbb526f3a12ca09770aa312bced9554 Mon Sep 17 00:00:00 2001 From: Wolfgang Ludger Hottgenroth Date: Wed, 8 Dec 2021 15:29:12 +0100 Subject: [PATCH] next try --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d19f2a..3a5dd7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ extract_client_definition: generateclient_dotnetcore: after_script: - - ls -l output/* + - ls -lR 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