Reativar os STEPS para buid de Back-End
All checks were successful
Release / release (push) Successful in 20m30s

This commit is contained in:
root 2025-06-26 12:51:56 +01:00
parent 7bdf8f1f61
commit 400b4d70da

View file

@ -176,7 +176,6 @@ 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)"
@ -242,13 +241,11 @@ jobs:
# ## Update pom.xml ##
# ## Calculate the new version string ##
- name: Checkout main
if: false # DISABLED for testing. DON't atually change master version
uses: actions/checkout@v3
with:
ref: master
- name: Bump to next SNAPSHOT version
if: false # DISABLED for testing. DON't atually change master version
run: |
# Extract the version from the ref, handling tags like v1.0.2 or branches like release/1.0.2
RAW_REF="${GITHUB_REF##*/}" # gets 'v1.0.2' or '1.0.2'