This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.0.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 109bd42e0551a95625c8dcf9dc337a4e6d52aaa1 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Sep 4 20:17:10 2023 +0200 Temporarily increase diagnostics for debugging the CI script --- .github/workflows/deploy-release-reusable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-release-reusable.yml b/.github/workflows/deploy-release-reusable.yml index 18c3d01..b586e06 100644 --- a/.github/workflows/deploy-release-reusable.yml +++ b/.github/workflows/deploy-release-reusable.yml @@ -121,6 +121,8 @@ jobs: - name: Upload to Subversion run: | + set -x + # Checkout the SVN repository export SVN_DIR="/tmp/svn-repo" svn co \
