Merge pull request #319 from anchore/bust-ci-cache

make: add a bootstrap cache buster
This commit is contained in:
Alfredo Deza 2021-02-05 10:47:54 -05:00 committed by GitHub
commit a350e5889b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ COVERAGE_THRESHOLD := 68
# CI cache busting values; change these if you want CI to not use previous stored cache # CI cache busting values; change these if you want CI to not use previous stored cache
COMPARE_CACHE_BUSTER="f7e689d76a9" COMPARE_CACHE_BUSTER="f7e689d76a9"
INTEGRATION_CACHE_BUSTER="789bacdf" INTEGRATION_CACHE_BUSTER="789bacdf"
BOOTSTRAP_CACHE="789bacdf"
## Build variables ## Build variables
DISTDIR=./dist DISTDIR=./dist