mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
maharshi
This commit is contained in:
parent
575c2d7f0c
commit
cd640ed3d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
- name: Maven Build With JFrog CLI
|
- name: Maven Build With JFrog CLI
|
||||||
run: |
|
run: |
|
||||||
jf mvn clean install -X -e \
|
jf mvn clean install -X -e \
|
||||||
--DskipTests=true --Denforcer.skip=true \
|
-DskipTests=true -Denforcer.skip=true \
|
||||||
--build-name="spring-petclinic" \
|
--build-name="spring-petclinic" \
|
||||||
--build-number="${{ github.run_id }}"
|
--build-number="${{ github.run_id }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue