Skip to content

Commit

Permalink
Merge pull request #23 from reactiveops/nickhuanca/get-more-data-ci
Browse files Browse the repository at this point in the history
Added debugging for release
  • Loading branch information
endzyme authored Dec 31, 2018
2 parents 07af677 + 6dee6e4 commit d8fb038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- run:
name: create release
command: |
echo "Using Repo:$GITHUB_REPOSITORY and Org:$GITHUB_ORGANIZATION"
git fetch --tags
curl -O https://raw.githubusercontent.com/reactiveops/release.sh/v0.0.2/release
/bin/bash release || true
Expand Down

0 comments on commit d8fb038

Please sign in to comment.