Skip to content
Snippets Groups Projects
Commit d53f406e authored by Silas Davis's avatar Silas Davis Committed by GitHub
Browse files

Merge pull request #380 from benjaminbollen/issue366_small_correction_to_circle

circle: add release-0.16 on develop
parents 553f6e18 f44cb19d
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,15 @@ test:
deployment:
release-0.12:
branch: release
branch: release-0.12
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
- tests/build_tool.sh
- "docker tag quay.io/eris/db:build throw:build && docker rmi quay.io/eris/db:build"
- docker push quay.io/eris/db
- docs/build.sh release
release-0.16:
branch: release-0.16
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
- tests/build_tool.sh
......
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