Skip to content

Commit

Permalink
Prevent parallel release (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mijicd authored Aug 18, 2019
1 parent 427e71b commit 67cf690
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,9 @@ workflows:
- release_212:
context: Sonatype
requires:
- test_211_jdk8_jvm
- test_211_jdk11_jvm
- test_212_jdk8_jvm
- test_212_jdk11_jvm
- release_211
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit 67cf690

Please sign in to comment.