diff --git a/buildspec.yml b/buildspec.yml index 7b11560..07e33b5 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -10,7 +10,6 @@ phases: - export AWS_ACCOUNT_ID=`aws sts get-caller-identity| jq -r .Account` - echo $AWS_ACCOUNT_ID - export CODEARTIFACT_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain cdlib-uc3-mrt --domain-owner $AWS_ACCOUNT_ID --region us-west-2 --query authorizationToken --output text` - - cat ~/.m2/settings.xml - echo s3://${S3CFBUCKET}/api - aws s3 ls s3://${S3CFBUCKET}/ - git clone https://github.com/CDLUC3/mrt-core2.git