This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/11.0.0-test2
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit 3568233a9de962bdd9db4b38a5d1e4540f8859d7
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Apr 12 11:27:48 2024 +0200

    Increase log verbosity in CI for troubleshooting
---
 .github/workflows/deploy-site-reusable.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/deploy-site-reusable.yaml 
b/.github/workflows/deploy-site-reusable.yaml
index 4b6e9be..1d14954 100644
--- a/.github/workflows/deploy-site-reusable.yaml
+++ b/.github/workflows/deploy-site-reusable.yaml
@@ -140,6 +140,8 @@ jobs:
           ASF_YAML_CONTENT: ${{ inputs.asf-yaml-content }}
         run: |
 
+          set -x
+
           # Check if there already exists an `.asf.yaml`
           ASF_YAML_EXISTS=$([ -f .asf.yaml ] && echo "true" || echo "false")
 

Reply via email to