Updated buildspec.yml to specify artifacts.

This commit is contained in:
Christopher Jones 2017-08-16 08:09:31 -05:00
parent bd98ccbf75
commit 86772a2bef

View file

@ -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