Skip to content

Commit

Permalink
chore: double concurrent validations again
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrazmus committed Sep 3, 2019
1 parent a8e4473 commit 1484cfa
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 @@ -26,7 +26,7 @@ jobs:
name: validate policies
command: |
cd ~/project/policies
ls *.yml | xargs -n1 -P 8 pipenv run custodian validate
ls *.yml | xargs -n1 -P 16 pipenv run custodian validate
workflows:
version: 2
workflow:
Expand Down

0 comments on commit 1484cfa

Please sign in to comment.