Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 2m57s

This commit is contained in:
root 2025-06-25 12:27:15 +01:00
parent 84a56499a9
commit a6fc675dca

View file

@ -76,6 +76,7 @@ jobs:
# Build the backend (JAR). NOTE: the -Dmaven.download.parallel=false will force MAVEN to have a single connection for downloads, without this I can get "Connection reset"
- name: Build backend (Spring Boot)
if: false # DISABLED for testing. Justo to make it faster to reach the CREATE RELEASE step
run: |
echo "DEBUG Outputs ************************* "
echo "Container hostname: $(hostname)"