This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 0b9fc054 RAT-293: Remove debugging output
0b9fc054 is described below
commit 0b9fc054ab3f18c0e7ac4217771ce1e3e5c11f20
Author: P. Ottlinger <[email protected]>
AuthorDate: Mon Feb 2 23:26:29 2026 +0100
RAT-293: Remove debugging output
---
.github/workflows/sonarcloud.yml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index f1f1e50d..9e96845f 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -32,14 +32,6 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- - name: Debug Globally Configured Secret
- run: |
- if [ -z "${{ secrets.SONARCLOUD_TOKEN }}" ]; then
- echo "SECRET IS EMPTY"
- exit 1
- else
- echo "SECRET IS DEFINED"
- fi
- name: Build and analyze at ASF-sonarcloud
env:
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}