Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jun 13, 2024
1 parent 2306fa6 commit 1f8382a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f8382a

Please sign in to comment.