Skip to content

Commit

Permalink
circle: Test releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
philipcristiano committed Dec 2, 2016
1 parent a6099c6 commit fe1b62d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
machine:
environment:
GITHUB_ORGANIZATION: $CIRCLE_PROJECT_USERNAME
GITHUB_REPOSITORY: $CICLE_REPOSITORY_REPONAME

deployment:
release:
tag: /v.*/
owner: reactiveops
commands:
- git fetch --tags
- curl -O https://raw.githubusercontent.com/reactiveops/release.sh/master/release.sh
- /bin/bash release.sh

0 comments on commit fe1b62d

Please sign in to comment.