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

Correct testing command in makefile, forgot tag in deploy step

parent 9f3ef844
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ deploy:
--server=http://koji.cern.ch/kojihub
--weburl=http://koji.cern.ch/koji
--topurl=http://koji.cern.ch/kojifiles
build --wait $CI_BUILD_REPO#$CI_BUILD_TAG
build db7 --wait $CI_BUILD_REPO#$CI_BUILD_TAG
# - make build
# rpm:
# image: ubuntu:latest
......
......@@ -65,7 +65,8 @@ lint:
deploy:
make test
pytest
git push origin :refs/tags/$(shell python setup.py --version 2>&1)
git tag -f $(shell python setup.py --version 2>&1)
git push --tags
.PHONY: deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment