mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
Updated buildspec.yml to specify artifacts.
This commit is contained in:
parent
bd98ccbf75
commit
86772a2bef
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ phases:
|
||||||
# - command
|
# - command
|
||||||
artifacts:
|
artifacts:
|
||||||
files:
|
files:
|
||||||
- target/spring-petclinic-1.4.2
|
- target/spring-petclinic-1.4.2.jar
|
||||||
discard-paths: yes
|
discard-paths: yes
|
||||||
# base-directory: location
|
# base-directory: location
|
Loading…
Reference in a new issue