mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Use wimpy branch instead of master
This commit is contained in:
parent
de906d235e
commit
83824fa423
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ addons:
|
||||||
install:
|
install:
|
||||||
- pip install ansible
|
- pip install ansible
|
||||||
- printf '[defaults]\nroles_path=../' >ansible.cfg
|
- printf '[defaults]\nroles_path=../' >ansible.cfg
|
||||||
- ansible-galaxy install -p ../ fiunchinho.wimpy
|
- ansible-galaxy install -p ../ fiunchinho.wimpy,feature/build_app_with_compose
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./mvnw package
|
- ./mvnw package
|
||||||
|
|
Loading…
Reference in a new issue