From b006b8c1ab03c874675774a63ee8ddd246b946e9 Mon Sep 17 00:00:00 2001 From: Andrei Isvoran Date: Thu, 29 Feb 2024 17:36:31 +0200 Subject: [PATCH] draft --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f909218..a0894606 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,8 @@ generateJavaDoc: script: - echo "Generating Javadoc..." - gradle generateJavaDoc + - find /builds/redactmanager/redaction-service -name "javadoc" artifacts: paths: - docs/javadoc/ - - /builds/redactmanager/redaction-service # Temporarily upload the whole build directory for inspection rules: \ No newline at end of file