From 815536f652b9edb47a600b22722f028d2e4bcdf2 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 27 Jul 2023 08:43:34 -0700 Subject: [PATCH] minor tweak to test caching again. --- buildspec.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index 732d72f1..f0252d60 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -18,8 +18,6 @@ phases: - chmod +x lein build: commands: - - ls /root/.m2/ - - ls build - npm install - ./lein build - echo Build started on `date`