From ad6e0dc015fd05d35a5b9056855ae456266b4d87 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 27 Jul 2023 08:25:50 -0700 Subject: [PATCH] minor tweak to test caching again. --- buildspec.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildspec.yml b/buildspec.yml index f0d31b85..732d72f1 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -19,10 +19,13 @@ phases: build: commands: - ls /root/.m2/ + - ls build - npm install - ./lein build - echo Build started on `date` - echo Building the Docker image... + - ls /root/.m2/ + - ls build - docker build -t $REPOSITORY_URI:$TAG_NAME . - docker tag $REPOSITORY_URI:$TAG_NAME $REPOSITORY_URI:$IMAGE_TAG post_build: