Skip to content

Commit

Permalink
Remove unecesary second build line in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrem committed Jun 7, 2024
1 parent f41b6e1 commit f937789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ build: version
docker buildx build --platform linux/amd64 -t $(IMG_VERSIONED) . || docker build -t $(IMG_VERSIONED) .
docker tag $(IMG_VERSIONED) $(IMG_LATEST)
docker save $(IMG_VERSIONED) | gzip > $(DIR)/$(REGISTRY)-$(APP):$(BUILD).tar.gzbuild:
docker build -t $(IMG_VERSIONED) .

test: build
echo "Incomplete VCF (positions missing):"
Expand Down

0 comments on commit f937789

Please sign in to comment.