Skip to content

Commit

Permalink
Fixed workflow definitions to allow rc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu committed Oct 26, 2020
1 parent 8481d47 commit 7b5d482
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@ workflows:
- gradle/unit_tests
- gradle/acceptance_tests
<<: *release
deploy-rc:
jobs:
- gradle/unit_tests:
<<: *rc
- gradle/acceptance_tests:
<<: *rc
- gradle/release:
requires:
- gradle/unit_tests
Expand Down

0 comments on commit 7b5d482

Please sign in to comment.