Skip to content

Commit

Permalink
Fix gox output format
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed May 8, 2020
1 parent 3ac1683 commit 2b1e21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run:
name: cross compile
command: |
gox -os="linux darwin windows" -arch="amd64" -output="dist/terraform-provider-checkly_$CIRCLE_TAG_{{.OS}}_{{.Arch}}"
gox -os="linux darwin windows" -arch="amd64" -output="dist/terraform-provider-checkly_${CIRCLE_TAG}_{{.OS}}_{{.Arch}}"
cd dist/ && gzip *
- add_ssh_keys
- run:
Expand Down

0 comments on commit 2b1e21e

Please sign in to comment.