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/09/06 10:29:37 UTC

[logging-parent] branch main updated: Add `set -x` for troubleshooting

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 1e688af  Add `set -x` for troubleshooting
1e688af is described below

commit 1e688af5af90626d490581e2ad72f2fc27a0dc25
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Sep 6 12:29:45 2023 +0200

    Add `set -x` for troubleshooting
---
 .github/workflows/deploy-release-reusable.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/deploy-release-reusable.yml b/.github/workflows/deploy-release-reusable.yml
index 9402d66..bad5eb2 100644
--- a/.github/workflows/deploy-release-reusable.yml
+++ b/.github/workflows/deploy-release-reusable.yml
@@ -177,6 +177,7 @@ jobs:
       - name: Upload to Subversion
         shell: bash
         run: |
+          set -x
 
           # Checkout the SVN repository
           export SVN_DIR="/tmp/svn-repo"