Skip to content
Snippets Groups Projects
Commit 932b19d7 authored by Albin Stjerna's avatar Albin Stjerna
Browse files

Add a "make deploy" rule for pushing tagged releases

parent 130948d0
No related branches found
No related tags found
No related merge requests found
......@@ -62,3 +62,10 @@ tag-stable:
lint:
find . -iname "*.py" | xargs flake8
.PHONY: lint
deploy:
make test
git push origin :refs/tags/$(shell python setup.py --version 2>&1)
git tag -f $(shell ./bin/netapp-syncd --version 2>&1)
git push --tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment