Skip to content

Commit

Permalink
remove dive debug
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com>
  • Loading branch information
spiffcs committed Nov 3, 2021
1 parent 7c142e5 commit dabefda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,17 +247,10 @@ cli-fingerprint:

.PHONY: cli
cli: $(SNAPSHOTDIR) ## Run CLI tests
wget https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_linux_amd64.deb
sudo apt install -y ./dive_0.9.2_linux_amd64.deb

chmod 755 "$(SNAPSHOT_CMD)"
$(SNAPSHOT_CMD) version
SYFT_BINARY_LOCATION='$(SNAPSHOT_CMD)' \
go test -count=1 -v ./test/cli || true

dive --ci stereoscope-fixture-image-pkg-coverage:c02e1c25c0d97d45cc861509b3800e3e5cd812206fc5a9d2b779a3c692e45dff

false
go test -count=1 -v ./test/cli

.PHONY: changelog-release
changelog-release:
Expand Down
Binary file added dive_0.9.2_linux_amd64.deb
Binary file not shown.

0 comments on commit dabefda

Please sign in to comment.