Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 2m57s
Some checks failed
Release / release (push) Failing after 2m57s
This commit is contained in:
parent
84a56499a9
commit
a6fc675dca
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
# 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)
|
- name: Build backend (Spring Boot)
|
||||||
|
if: false # DISABLED for testing. Justo to make it faster to reach the CREATE RELEASE step
|
||||||
run: |
|
run: |
|
||||||
echo "DEBUG Outputs ************************* "
|
echo "DEBUG Outputs ************************* "
|
||||||
echo "Container hostname: $(hostname)"
|
echo "Container hostname: $(hostname)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue