Skip to content

Commit

Permalink
Remove clair
Browse files Browse the repository at this point in the history
  • Loading branch information
wharvey31 committed Sep 12, 2023
1 parent 7ea98bf commit 800aac7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion Clair3
Submodule Clair3 deleted from 6cd899
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ Clair3/run_clair3.sh:
workflow/scripts/longphase:
wget https://github.com/twolinin/longphase/releases/download/v1.4/longphase_linux-x64.tar.xz \
&& tar -xJf longphase_linux-x64.tar.xz \
&& mv longphase_linux-x64 workflow/scripts/longphase
&& mv longphase_linux-x64 workflow/scripts/longphase \
&& rm longphase_linux-x64.tar.xz

.PHONY: clean

clean:
rm -rf Clair3
rm -rf Clair3 \
&& rm workflow/scripts/longphase
Binary file removed workflow/scripts/longphase
Binary file not shown.

0 comments on commit 800aac7

Please sign in to comment.