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 3dd83461faa058690a5ed821ee81dfc2d744ec7c Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Sep 4 21:24:28 2023 +0200 Remove debugging aid --- .github/workflows/deploy-release-reusable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy-release-reusable.yml b/.github/workflows/deploy-release-reusable.yml index c9dec73..0664aed 100644 --- a/.github/workflows/deploy-release-reusable.yml +++ b/.github/workflows/deploy-release-reusable.yml @@ -121,8 +121,6 @@ jobs: - name: Upload to Subversion run: | - set -x - # Checkout the SVN repository export SVN_DIR="/tmp/svn-repo" svn co \
