Atualizar .gitea/workflows/build.yaml
Some checks failed
Build e Deploy Direto / build-and-deploy (push) Failing after 4s
Some checks failed
Build e Deploy Direto / build-and-deploy (push) Failing after 4s
This commit is contained in:
@@ -21,8 +21,8 @@ jobs:
|
|||||||
- name: Build do JAR (Sem Testes)
|
- name: Build do JAR (Sem Testes)
|
||||||
run: |
|
run: |
|
||||||
# O -DskipTests ignora os testes e foca só em gerar o arquivo
|
# O -DskipTests ignora os testes e foca só em gerar o arquivo
|
||||||
chmod +x mvnw
|
# chmod +x mvnw
|
||||||
./mvnw clean package -DskipTests
|
mvn clean install -DskipTests
|
||||||
|
|
||||||
- name: Chamar Webhook do Coolify
|
- name: Chamar Webhook do Coolify
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user