Skip to content

Commit

Permalink
added release
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 24, 2018
1 parent b591e7a commit a35e544
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
# specify the version
- image: circleci/golang:1.10

# machine:
# environment:

working_directory: /go/src/github.com/warren-veerasingam/terraform-switcher

steps:
Expand Down Expand Up @@ -59,6 +62,7 @@ jobs:
- run:
command: |
set +e
make release
source version
export VERSION;
echo $VERSION
Expand Down

0 comments on commit a35e544

Please sign in to comment.