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

Merge remote-tracking branch 'origin/master' into develop

parents e78c4bd1 a41de726
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,6 @@ deployment: ...@@ -44,8 +44,6 @@ deployment:
# build docker image and tag the image with the version # build docker image and tag the image with the version
- tests/build_tool.sh - tests/build_tool.sh
- docker push quay.io/eris/db - docker push quay.io/eris/db
# push the updated documentation
- docs/build.sh
release-0.16: release-0.16:
branch: release-0.16 branch: release-0.16
commands: commands:
...@@ -53,8 +51,6 @@ deployment: ...@@ -53,8 +51,6 @@ deployment:
# build docker image and tag the image with the version # build docker image and tag the image with the version
- tests/build_tool.sh - tests/build_tool.sh
- docker push quay.io/eris/db - docker push quay.io/eris/db
# push the updated documentation
- docs/build.sh
develop: develop:
branch: develop branch: develop
commands: commands:
...@@ -71,8 +67,6 @@ deployment: ...@@ -71,8 +67,6 @@ deployment:
# tag to allow for hotfixes # tag to allow for hotfixes
- tests/build_tool.sh latest - tests/build_tool.sh latest
- docker push quay.io/eris/db - docker push quay.io/eris/db
# push the updated documentation and replace latest
- docs/build.sh latest
tagged-releases: tagged-releases:
tag: /v[0-9]+(\.[0-9]+)*/ tag: /v[0-9]+(\.[0-9]+)*/
commands: commands:
...@@ -82,8 +76,3 @@ deployment: ...@@ -82,8 +76,3 @@ deployment:
# considered immutable. # considered immutable.
- tests/build_tool.sh - tests/build_tool.sh
- docker push quay.io/eris/db - docker push quay.io/eris/db
# push the updated documentation
- docs/build.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