Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Oct 4, 2024
1 parent 62e2ec0 commit cc9f01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seqfu/1.20.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ WORKDIR /test
# using dev supplied tests
COPY --from=builder /root/seqfu2-${SEQFU_VER} /test

# skipping test-check.sh because it through error on dev-supplied fastq files
# skipping test-check.sh because it throws an error on dev-supplied fastq files
RUN mv test/test-check.sh test/test-check.sh_skip && \
bash test/mini.sh

Expand Down

0 comments on commit cc9f01e

Please sign in to comment.