Remove CircleCI deployment task triggered by tag

For #112, #137, #171
This commit is contained in:
Yuya Ochiai
2016-07-13 01:51:27 +09:00
parent 88f7bf20ca
commit bf3433895a

View File

@@ -34,13 +34,3 @@ dependencies:
test:
post:
- mv test-results.xml $CIRCLE_TEST_REPORTS/
deployment:
release:
tag: /v[0-9]+(\.[0-9]+)*/
commands:
- ./circle/make_draft.sh
release-candidate:
tag: /v[0-9]+(\.[0-9]+)*-rc[0-9]*/
commands:
- ./circle/make_draft.sh