Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Remove unnecessary comment
  • Loading branch information
isabelrem authored May 14, 2024
1 parent 2741809 commit 94c0a14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ push: build tag

build:
docker build -t $(IMG_VERSIONED) .
#docker buildx build --platform linux/amd64 -t $(IMG_VERSIONED) .

tag:
docker tag $(IMG_VERSIONED) $(IMG_LATEST)
Expand All @@ -29,4 +28,4 @@ test: build
echo "Incomplete VCF (positions missing):"
docker run -it --rm -v $(TEST_DIR):/resources $(IMG_VERSIONED) /resources/incomplete.vcf
echo "Complete VCF (all variant positions covered):"
docker run -it --rm -v $(TEST_DIR):/resources $(IMG_VERSIONED) /resources/complete.vcf
docker run -it --rm -v $(TEST_DIR):/resources $(IMG_VERSIONED) /resources/complete.vcf

0 comments on commit 94c0a14

Please sign in to comment.