checking that caching is really working.
This commit is contained in:
@@ -8,7 +8,6 @@ phases:
|
||||
nodejs: 12
|
||||
pre_build:
|
||||
commands:
|
||||
|
||||
- echo Logging in to Amazon ECR...
|
||||
- aws --version
|
||||
- $(aws ecr get-login --region $AWS_DEFAULT_REGION --no-include-email)
|
||||
@@ -19,6 +18,7 @@ phases:
|
||||
- chmod +x lein
|
||||
build:
|
||||
commands:
|
||||
- ls /root/.m2/
|
||||
- npm install
|
||||
- ./lein build
|
||||
- echo Build started on `date`
|
||||
|
||||
Reference in New Issue
Block a user