Skip to content

Commit

Permalink
ci: remove sleep delay
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 authored Sep 17, 2022
1 parent 7007f22 commit 996d2e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
GRADLE_OPTS: -Dorg.gradle.daemon=false
steps:
- setup
- run: sleep 560
- run: gradle publish

commands:
Expand Down Expand Up @@ -59,4 +58,4 @@ workflows:
- /.*/
branches:
ignore:
- /.*/
- /.*/

0 comments on commit 996d2e7

Please sign in to comment.