Skip to content

Commit

Permalink
ci: fix a failing test
Browse files Browse the repository at this point in the history
Looks like missed one more place

Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Mar 23, 2024
1 parent 42e845f commit 722d99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/bom.bats
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ EOF
run stacker build --substitute CENTOS_OCI=${CENTOS_OCI}
[ "$status" -ne 0 ]
# a full inventory for this image
[ -f .stacker/artifacts/first/inventory.json ]
[ -f .stacker/artifacts/bom-parent/inventory.json ]
# sbom for this image shouldn't be generated
[ ! -a .stacker/artifacts/first/first.json ]
[ ! -a .stacker/artifacts/bom-parent/first.json ]
# building a second time also fails due to missed cache
run stacker build
[ "$status" -ne 0 ]
Expand Down

0 comments on commit 722d99e

Please sign in to comment.