updating path
This commit is contained in:
parent
4897337a97
commit
bdbf6330e7
2 changed files with 1 additions and 14 deletions
|
|
@ -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: '**/*'
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue