Skip to content
This repository was archived by the owner on Aug 26, 2020. It is now read-only.

Commit 36d88c8

Browse files
committed
Merge pull request #21 from cloudify-cosmo/circle-add-tag
add build auto-creation on new tag
2 parents 8a2fdaa + 763413d commit 36d88c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ test:
2121

2222
deployment:
2323
release:
24-
tag: /[0-9]+(\.[0-9]+)*/
25-
owner: circleci
24+
tag: /.*/
2625
commands:
27-
- "true"
26+
- (true)

0 commit comments

Comments
 (0)