Skip to content

Commit

Permalink
chore: remove docker container after successfull tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 13, 2020
1 parent dd42f3f commit 7da7a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,5 @@ if [[ "${response_code}" -ne '200' ]]; then
fi
echo "SUCCESS: All tests passed!"
docker rm -f ${PACT_CONT_NAME}

0 comments on commit 7da7a80

Please sign in to comment.