fix(build): create sub-app make_pdf
Some checks failed
Deploy Production Server / if_merged (pull_request) Failing after 6m41s
Some checks failed
Deploy Production Server / if_merged (pull_request) Failing after 6m41s
This commit is contained in:
parent
4c83b80b6d
commit
1585bee150
@ -47,8 +47,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build backend make_pdf tool
|
- name: Build backend make_pdf tool
|
||||||
run: |
|
run: |
|
||||||
|
chmod 740 mvnw
|
||||||
cd src/main/pdf_gen
|
cd src/main/pdf_gen
|
||||||
mvn clean compile assembly:single
|
../../../mvnw clean compile assembly:single
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
||||||
- name: Build backend
|
- name: Build backend
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user