cli/commands/build-cache: make max entries configurable and set to 2 in CI
This commit is contained in:
@@ -15,6 +15,7 @@ jobs:
|
||||
env:
|
||||
CI: true
|
||||
BACKSTAGE_CACHE_DIR: <repoRoot>/.backstage-build-cache
|
||||
BACKSTAGE_CACHE_MAX_ENTRIES: 2
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -15,6 +15,7 @@ jobs:
|
||||
env:
|
||||
CI: true
|
||||
BACKSTAGE_CACHE_DIR: <repoRoot>/.backstage-build-cache
|
||||
BACKSTAGE_CACHE_MAX_ENTRIES: 2
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user