cli/commands/build-cache: make max entries configurable and set to 2 in CI

This commit is contained in:
Patrik Oldsberg
2020-03-27 16:59:40 +01:00
parent 56a7969eac
commit edd21b984e
5 changed files with 12 additions and 6 deletions
+1
View File
@@ -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
+1
View File
@@ -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