Skip to content

Commit

Permalink
Remove second converge from all suites
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Jun 4, 2019
1 parent 28d37ab commit 39b40fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/ci_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ main() {
# Execute the test lifecycle
kitchen create "$SUITE"
kitchen converge "$SUITE"
if [[ "$SUITE" != "deploy-service-local" ]]
then
kitchen converge "$SUITE"
fi
kitchen verify "$SUITE"
}

Expand Down

0 comments on commit 39b40fc

Please sign in to comment.