This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 7e446a1 Revert troubleshooting aid
7e446a1 is described below
commit 7e446a1f6478a3be6c926afed25bcd44521fc1b4
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Nov 13 12:19:26 2023 +0100
Revert troubleshooting aid
---
.github/workflows/deploy-release-reusable.yaml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.github/workflows/deploy-release-reusable.yaml
b/.github/workflows/deploy-release-reusable.yaml
index 292c7ab..b23d965 100644
--- a/.github/workflows/deploy-release-reusable.yaml
+++ b/.github/workflows/deploy-release-reusable.yaml
@@ -220,9 +220,6 @@ jobs:
shell: bash
run: |
- # Troubleshooting `log4j-tools` distribution issue
- find . -type f -not -regex '.*\.git/.*'
-
# Generate the distribution (i.e., `src.zip` and optional `bin.zip`)
./mvnw \
--show-version --batch-mode --errors --no-transfer-progress \