Skip to content

Commit

Permalink
Wait for snap publish confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
tejohnso committed Jun 20, 2018
1 parent 85b0710 commit 59b73d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:
- run:
name: Confirm release
no_output_timeout: 2m
command: |
snapcraft list-revisions fdic |grep $(cat VERSION)
sleep 3
until (snapcraft list-revisions fdic |grep $(cat VERSION)); do sleep 7; done
release_github:
working_directory: ~/workspace
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Allow min/max wordlength cli options
- Check default ubuntu dict paths

## [1.0.7] - 2018-06-19
### Added
- Improved release process

## [1.0.5] - 2018-06-19
### Added
- Improved release process
Expand Down

0 comments on commit 59b73d1

Please sign in to comment.