checking that caching is really working.

This commit is contained in:
Bryce
2023-07-27 08:18:51 -07:00
parent a2320cec80
commit 20959dafa7

View File

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