Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Has been cancelled
Some checks failed
Release / release (push) Has been cancelled
This commit is contained in:
parent
38b91df37c
commit
563be82cb3
1 changed files with 11 additions and 0 deletions
|
@ -72,6 +72,17 @@ jobs:
|
||||||
cd src/main/webapp
|
cd src/main/webapp
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
|
# DEBUG .m2 repo
|
||||||
|
- name: Debug .m2 cache state
|
||||||
|
run: |
|
||||||
|
echo "Container hostname: $(hostname)"
|
||||||
|
echo "Runner working dir: $PWD"
|
||||||
|
echo "Runner user: $(whoami)"
|
||||||
|
echo "Listing contents of ~/.m2/repository:"
|
||||||
|
ls -lhR ~/.m2/repository | head -n 100 || echo "No .m2/repository found"
|
||||||
|
echo "Disk usage:"
|
||||||
|
du -sh ~/.m2/repository || echo "No .m2 directory found"
|
||||||
|
|
||||||
# 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)
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue