From 86772a2bef0f4c5245c5bf6a4cc5fe692557df48 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 16 Aug 2017 08:09:31 -0500 Subject: [PATCH] Updated buildspec.yml to specify artifacts. --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 758f317d4..8fe30669a 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -23,6 +23,6 @@ phases: # - command artifacts: files: - - target/spring-petclinic-1.4.2 + - target/spring-petclinic-1.4.2.jar discard-paths: yes # base-directory: location \ No newline at end of file