You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
225 B
3 lines
225 B
export AWS_ACCESS_KEY_ID=`cat /root/.aws/credentials | grep aws_access_key_id | awk -F'=' '{print $2}'`
|
|
export AWS_SECRET_ACCESS_KEY=`cat /root/.aws/credentials | grep aws_secret_access_key | awk -F'=' '{print $2}'`
|
|
mvn test
|