Skip to content
Snippets Groups Projects
Unverified Commit 33b9d0f4 authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

CircleCi: update deployment script to tests/build_tool.sh

parent 9afed625
No related branches found
No related tags found
No related merge requests found
......@@ -47,11 +47,11 @@ deployment:
master:
branch: master
commands:
- DOCKER/build.sh
- tests/build_tool.sh
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
- docker push quay.io/eris/erisdb
develop:
branch: develop
commands:
- DOCKER/build.sh
- tests/build_tool.sh
- docker push quay.io/eris/erisdb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment