You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/10/25 15:09:40 UTC

[logging-parent] branch release/10.3.0 updated: Dummy commit to trigger CI

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/10.3.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/release/10.3.0 by this push:
     new 3677658  Dummy commit to trigger CI
3677658 is described below

commit 367765851b86e7abaaa90e7548253c67d1850b77
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Oct 25 17:09:41 2023 +0200

    Dummy commit to trigger CI
---
 .github/workflows/deploy-release-reusable.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/deploy-release-reusable.yaml b/.github/workflows/deploy-release-reusable.yaml
index 131ce8a..594c40d 100644
--- a/.github/workflows/deploy-release-reusable.yaml
+++ b/.github/workflows/deploy-release-reusable.yaml
@@ -181,6 +181,7 @@ jobs:
               -Dsign.skip \
               -P deploy
 
+            # TESTING
             # This regex needs to work for both Java (`distribution` profile) and `find` (while counting attachments)!
             # Hence, we don't escape dots, etc. with backslashes, which is problematic to get working in both worlds.
             export DIST_ATTACHMENT_FILEPATH_PATTERN="^$ALT_DEPLOYMENT_REPO_FILEPATH/log4j-.+-$PROJECT_VERSION"'((-tests)?.jar|-cyclonedx.(xml|json))$'