mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 03:42:48 +00:00
mvn clean install
This commit is contained in:
parent
6b21559836
commit
5ae6eb0998
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
|
@ -102,7 +102,7 @@ jobs:
|
|||
#################################################
|
||||
- name: Maven Build With JFrog CLI
|
||||
run: |
|
||||
jfrog rt mvn clean package -X -e \
|
||||
jfrog rt mvn clean install -X -e \
|
||||
--build-name="spring-petclinic" \
|
||||
--build-number="${{ github.run_id }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue