mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
adding debug flags to mvn
This commit is contained in:
parent
7cedd752b9
commit
f206d23341
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
#################################################
|
||||
- name: Build with JFrog CLI
|
||||
run: |
|
||||
jfrog rt mvn clean package \
|
||||
jfrog rt mvn clean package -X -e \
|
||||
--build-name="spring-petclinic" \
|
||||
--build-number="${{ github.run_id }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue