From 20959dafa7dd9130ac02fe54672259fe0fbfa962 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 27 Jul 2023 08:18:51 -0700 Subject: [PATCH] checking that caching is really working. --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`