Skip to content

Commit bf34338

Browse files
committed
Remove CircleCI deployment task triggered by tag
For #112, #137, #171
1 parent 88f7bf2 commit bf34338

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

circle.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,3 @@ dependencies:
3434
test:
3535
post:
3636
- mv test-results.xml $CIRCLE_TEST_REPORTS/
37-
38-
deployment:
39-
release:
40-
tag: /v[0-9]+(\.[0-9]+)*/
41-
commands:
42-
- ./circle/make_draft.sh
43-
release-candidate:
44-
tag: /v[0-9]+(\.[0-9]+)*-rc[0-9]*/
45-
commands:
46-
- ./circle/make_draft.sh

0 commit comments

Comments
 (0)