Skip to content

Commit

Permalink
Merge pull request #3 from mschurenko/add_stackname_regexp
Browse files Browse the repository at this point in the history
fixing version
  • Loading branch information
Matt Schurenko authored Nov 13, 2018
2 parents 51a4e7b + 282d076 commit f82a939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
steps:
- checkout
- run: mkdir ./workspace
- run: GOOS=linux GOARCH=amd64 go build -ldflags "-X cmd.Version=$VERSION" -o workspace/tfgen-linux-${VERSION}
- run: GOOS=darwin GOARCH=amd64 go build -ldflags "-X cmd.Version=$VERSION" -o workspace/tfgen-darwin-${VERSION}
- run: GOOS=linux GOARCH=amd64 go build -ldflags "-X github.com/mschurenko/tfgen/cmd.Version=$VERSION" -o workspace/tfgen-linux-${VERSION}
- run: GOOS=darwin GOARCH=amd64 go build -ldflags "-X github.com/mschurenko/tfgen/cmd.Version=$VERSION" -o workspace/tfgen-darwin-${VERSION}

- persist_to_workspace:
root: workspace
Expand Down

0 comments on commit f82a939

Please sign in to comment.