updating path

This commit is contained in:
jushkem 2020-03-03 09:39:12 -08:00
parent 4897337a97
commit bdbf6330e7
2 changed files with 1 additions and 14 deletions

View file

@ -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: '**/*'

View file

@ -1,4 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
export PATH=/opt/apache-maven-3.6.3/bin:$PATH
cd /home/ec2-user/kcl-2x cd /home/ec2-user/kcl-2x
mvn clean install /opt/apache-maven-3.6.3/bin/mvn clean install