mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
bust old imgbom cache
This commit is contained in:
parent
05c78de9d3
commit
991bf203da
@ -85,14 +85,14 @@ jobs:
|
|||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- unit-test-java-cache-{{ checksum "syft/cataloger/java/test-fixtures/java-builds/packages.fingerprint" }}
|
- syft-unit-test-java-cache-{{ checksum "syft/cataloger/java/test-fixtures/java-builds/packages.fingerprint" }}
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: run unit tests
|
name: run unit tests
|
||||||
command: make unit
|
command: make unit
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: unit-test-java-cache-{{ checksum "syft/cataloger/java/test-fixtures/java-builds/packages.fingerprint" }}
|
key: syft-unit-test-java-cache-{{ checksum "syft/cataloger/java/test-fixtures/java-builds/packages.fingerprint" }}
|
||||||
paths:
|
paths:
|
||||||
- "syft/cataloger/java/test-fixtures/java-builds/packages"
|
- "syft/cataloger/java/test-fixtures/java-builds/packages"
|
||||||
|
|
||||||
@ -102,13 +102,13 @@ jobs:
|
|||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- integration-test-tar-cache-{{ checksum "test/integration/test-fixtures/tar-cache.fingerprint" }}
|
- syft-integration-test-tar-cache-{{ checksum "test/integration/test-fixtures/tar-cache.fingerprint" }}
|
||||||
- run:
|
- run:
|
||||||
name: run integration tests
|
name: run integration tests
|
||||||
command: make integration
|
command: make integration
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: integration-test-tar-cache-{{ checksum "test/integration/test-fixtures/tar-cache.fingerprint" }}
|
key: syft-integration-test-tar-cache-{{ checksum "test/integration/test-fixtures/tar-cache.fingerprint" }}
|
||||||
paths:
|
paths:
|
||||||
- "test/integration/test-fixtures/tar-cache"
|
- "test/integration/test-fixtures/tar-cache"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user