diff --git a/buildspec.yml b/buildspec.yml index be5927ee..f0d31b85 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -8,7 +8,6 @@ phases: nodejs: 12 pre_build: commands: - - echo Logging in to Amazon ECR... - aws --version - $(aws ecr get-login --region $AWS_DEFAULT_REGION --no-include-email) @@ -19,6 +18,7 @@ phases: - chmod +x lein build: commands: + - ls /root/.m2/ - npm install - ./lein build - echo Build started on `date`