Skip to content

Commit

Permalink
Revert "add target to tag the main branch"
Browse files Browse the repository at this point in the history
This reverts commit 7edfca3.
  • Loading branch information
hsm207 committed Feb 1, 2024
1 parent eaadf3f commit 90917bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ integration_tests: TEST_FILE=tests/integration_tests/
# test:
# poetry run pytest $(TEST_FILE)

tag:
git branch | grep '* main' > /dev/null || (echo "You must be on the main branch to create a tag" && exit 1)
$(eval VERSION := $(shell poetry version | cut -d' ' -f2))
git tag $(VERSION)
git push origin $(VERSION)

update-weaviate-image:
$(eval DOCKER_COMPOSE_FILE := tests/docker-compose.yml)

Expand Down

0 comments on commit 90917bb

Please sign in to comment.