Skip to content

Commit cfe76b7

Browse files
committed
Merge pull request #84 from cloudify-cosmo/circle-add-tag
add build auto-creation on new tag
2 parents 8a743b3 + 127e6c2 commit cfe76b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circle.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ test:
4141

4242
deployment:
4343
release:
44-
tag: /[0-9]+(\.[0-9]+)*/
45-
owner: circleci
44+
tag: /.*/
4645
commands:
47-
- "true"
46+
- (true)

0 commit comments

Comments
 (0)