checking that caching is really working.
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user