This is an automated email from the ASF dual-hosted git repository.
arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new 52a9e4c Remove test temporarily
52a9e4c is described below
commit 52a9e4cb9949fbbca45935bad7b776c570da6b75
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 28 11:06:41 2026 +0000
Remove test temporarily
---
.github/workflows/distribute-maven-stg.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/distribute-maven-stg.yml
b/.github/workflows/distribute-maven-stg.yml
index 3239a10..acf7962 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -161,10 +161,10 @@ jobs:
shell: bash
run: |
set -euxo pipefail
- case "${ATR_HOST}" in
- *.apache.org) ;;
- *) echo "atr-host must match *.apache.org"; exit 1;;
- esac
+ # case "${ATR_HOST}" in
+ # *.apache.org) ;;
+ # *) echo "atr-host must match *.apache.org"; exit 1;;
+ # esac
jq -n --arg publisher github \
--arg jwt "$JWT" \
--arg key "$SSH_PUBLIC_KEY" \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]