Skip to content

Commit

Permalink
Merge pull request #59 from CircleCI-Public/fix-snap
Browse files Browse the repository at this point in the history
Attach deploy dist to .
  • Loading branch information
Zachary Scott authored Aug 14, 2018
2 parents 2bbbc19 + 32cbd8c commit 77877ab
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 @@ -98,7 +98,7 @@ jobs:
steps:
- checkout
- attach_workspace:
at: dist
at: .
- run: |
export TAG=$(./dist/linux_amd64/circleci version)
sed -i -- "s/%CLI_VERSION_PLACEHOLDER%/$TAG/g" snapcraft.yaml
Expand Down

0 comments on commit 77877ab

Please sign in to comment.