Skip to content

Commit

Permalink
Remove test container after test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ruys committed Jul 5, 2020
1 parent 85926bd commit bcadef8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ dist: README.rst
python3 setup.py sdist bdist_wheel

test: dist
docker build --no-cache -f tests/Dockerfile .
docker build --no-cache -f tests/Dockerfile -t gw2pvo-test .
docker image rm gw2pvo-test

pypi: dist
python -m twine upload --repository gw2pvo dist/*
Expand Down

0 comments on commit bcadef8

Please sign in to comment.