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 3ed919e Add `set -x` for rescue
3ed919e is described below
commit 3ed919e4579f2837e595f048f0f3b871a70aaff6
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Sep 4 21:04:41 2023 +0200
Add `set -x` for rescue
---
.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 1a40da1..abb5b6e 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 \