From bd98ccbf75a7aef058990bd6b5648ed9fcdc1d4b Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 16 Aug 2017 07:57:10 -0500 Subject: [PATCH] Updated buildspec.yml to specify artifacts. --- buildspec.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index cb1d5be2b..758f317d4 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -23,7 +23,6 @@ phases: # - command artifacts: files: - - location - - location + - target/spring-petclinic-1.4.2 discard-paths: yes - base-directory: location \ No newline at end of file +# base-directory: location \ No newline at end of file