From bdbf6330e79c675b70b25028eba092b6ea31f9d1 Mon Sep 17 00:00:00 2001 From: jushkem <20001595+jushkem@users.noreply.github.com> Date: Tue, 3 Mar 2020 09:39:12 -0800 Subject: [PATCH] updating path --- buildspec.yml | 12 ------------ scripts/install.sh | 3 +-- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 buildspec.yml diff --git a/buildspec.yml b/buildspec.yml deleted file mode 100644 index 1ad27191..00000000 --- a/buildspec.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 0.2 - -phases: - install: - runtime-versions: - java: corretto8 - build: - commands: - - mvn clean install -artifacts: - base-directory: 'amazon-kinesis-client' - files: '**/*' diff --git a/scripts/install.sh b/scripts/install.sh index e00d321a..daaa1623 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,4 +1,3 @@ #!/usr/bin/env bash -export PATH=/opt/apache-maven-3.6.3/bin:$PATH cd /home/ec2-user/kcl-2x -mvn clean install +/opt/apache-maven-3.6.3/bin/mvn clean install