minor tweak to test caching again.

This commit is contained in:
Bryce
2023-07-27 08:25:50 -07:00
parent 20959dafa7
commit ad6e0dc015

View File

@@ -19,10 +19,13 @@ phases:
build: build:
commands: commands:
- ls /root/.m2/ - ls /root/.m2/
- ls build
- npm install - npm install
- ./lein build - ./lein build
- echo Build started on `date` - echo Build started on `date`
- echo Building the Docker image... - echo Building the Docker image...
- ls /root/.m2/
- ls build
- docker build -t $REPOSITORY_URI:$TAG_NAME . - docker build -t $REPOSITORY_URI:$TAG_NAME .
- docker tag $REPOSITORY_URI:$TAG_NAME $REPOSITORY_URI:$IMAGE_TAG - docker tag $REPOSITORY_URI:$TAG_NAME $REPOSITORY_URI:$IMAGE_TAG
post_build: post_build: