Skip to content
Snippets Groups Projects
Unverified Commit 0c111299 authored by Casey Kuhlman's avatar Casey Kuhlman
Browse files

fix circle problems; push correct image

parent 742c007c
No related branches found
No related tags found
No related merge requests found
......@@ -40,14 +40,14 @@ deployment:
master:
branch: master
commands:
- tests/build_tool.sh
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
- docker push quay.io/eris/erisdb
- tests/build_tool.sh
- docker push quay.io/eris/db
- docs/build.sh master
develop:
branch: develop
commands:
- tests/build_tool.sh
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
- docker push quay.io/eris/erisdb
- tests/build_tool.sh
- docker push quay.io/eris/db
- docs/build.sh
......@@ -43,10 +43,6 @@ docker build -t $IMAGE:$release_min -f Dockerfile.deploy $REPO
# Cleanup
rm $REPO/$TARGET
rm $REPO/eris-client
if [ "$CI" ]
then
docker rmi $IMAGE:build
fi
# Extra Tags
if [[ "$branch" = "master" ]]
......
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