Skip to content

Commit

Permalink
Merge pull request #61 from CircleCI-Public/snap-deploy
Browse files Browse the repository at this point in the history
Snapcraft creates file in $PWD
  • Loading branch information
Zachary Scott authored Aug 15, 2018
2 parents 5196715 + 8bc5e11 commit 71b5c31
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 @@ -108,7 +108,7 @@ jobs:
command: |
mkdir .snapcraft
echo $SNAPCRAFT_LOGIN_FILE | base64 --decode --ignore-garbage > .snapcraft/snapcraft.cfg
snapcraft push dist/*.snap --release stable
snapcraft push *.snap --release stable
shellcheck:
docker:
Expand Down

0 comments on commit 71b5c31

Please sign in to comment.