Reativar os STEPS para buid de Back-End
All checks were successful
Release / release (push) Successful in 20m30s
All checks were successful
Release / release (push) Successful in 20m30s
This commit is contained in:
parent
7bdf8f1f61
commit
400b4d70da
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
# 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)"
|
||||||
|
@ -242,13 +241,11 @@ jobs:
|
||||||
# ## Update pom.xml ##
|
# ## Update pom.xml ##
|
||||||
# ## Calculate the new version string ##
|
# ## Calculate the new version string ##
|
||||||
- name: Checkout main
|
- name: Checkout main
|
||||||
if: false # DISABLED for testing. DON't atually change master version
|
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: Bump to next SNAPSHOT version
|
- name: Bump to next SNAPSHOT version
|
||||||
if: false # DISABLED for testing. DON't atually change master version
|
|
||||||
run: |
|
run: |
|
||||||
# Extract the version from the ref, handling tags like v1.0.2 or branches like release/1.0.2
|
# 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'
|
RAW_REF="${GITHUB_REF##*/}" # gets 'v1.0.2' or '1.0.2'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue