From 9bbff158c0945b124eddbaadd91ee0ba5e384962 Mon Sep 17 00:00:00 2001 From: Andrei Isvoran Date: Thu, 29 Feb 2024 17:28:33 +0200 Subject: [PATCH] draft --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc7eaf81..50d0d8e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,8 +27,13 @@ generateJavaDoc: tags: - dind script: + - pwd + - gradle --version - echo "Generating Javadoc..." - gradle generateJavaDoc + - ls -la docs/javadoc/ || echo "Javadoc directory does not exist" artifacts: paths: - - redaction-service-v1/redaction-service-server-v1/docs/javadoc/ \ No newline at end of file + - docs/javadoc/ + - build/ # Temporarily upload the whole build directory for inspection + rules: \ No newline at end of file