mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-13 21:31:11 +00:00
new workflow
This commit is contained in:
parent
8d4067e25d
commit
c3f1f71767
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci-pipeline.yml
vendored
6
.github/workflows/ci-pipeline.yml
vendored
|
|
@ -36,7 +36,11 @@ jobs:
|
|||
|
||||
- name: Configure Maven Repositories
|
||||
run: |
|
||||
jf mvnc --repo-resolve-releases jesseh-maven-dev-virtual --repo-deploy-releases jesseh-maven-dev-local
|
||||
jf mvnc \
|
||||
--repo-resolve-releases jesseh-maven-dev-virtual \
|
||||
--repo-resolve-snapshots jesseh-maven-dev-virtual \
|
||||
--repo-deploy-releases jesseh-maven-dev-local \
|
||||
--repo-deploy-snapshots jesseh-maven-dev-local
|
||||
|
||||
- name: Run Maven Build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue